From 49b0f4a3fb0064313d16782839865b763ef760ce Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 18 Jun 2026 23:53:25 +0200 Subject: Support Math rendering --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6d4f6e2..73240b1 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,14 @@ NorgTaskView( ) ``` +### Rendering Math + +NorgUI will not render math by default, but provides a trait `SwiftMathSupport` +that adds this capability and includes `SwiftMath` as a dependency. + +You can also roll your own math renderer by implementing the NorgMathRenderer +protocol and passing it to the `NorgTheme`'s `mathRenderer` property. + ## Theming Fonts and colors can be changed by creating a `NorgTheme` and using the -- cgit