aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-06-18 23:53:25 +0200
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-06-19 17:56:23 +0200
commit49b0f4a3fb0064313d16782839865b763ef760ce (patch)
treea58439f1433de9ff66dc0be28f025afe56e79cfe /README.md
parentcb91a73bfc845d74c3e4d1115bce5dfed10d456d (diff)
Support Math rendering1.2.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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