diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |