diff options
| author | Fuwn <[email protected]> | 2023-02-04 07:10:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-02-04 07:10:41 +0000 |
| commit | c51cf21a91522f1602875211ce2d8af05456e943 (patch) | |
| tree | 4217a9fa60f617f8dbb711ec8e075e31bc13418b /README.md | |
| parent | feat: markdown to html (diff) | |
| download | september-c51cf21a91522f1602875211ce2d8af05456e943.tar.xz september-c51cf21a91522f1602875211ce2d8af05456e943.zip | |
feat: mathjax
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -133,6 +133,16 @@ A comma-seperated list of paths to treat as plain text routes. PLAIN_TEXT_ROUTE=/robots.txt,/license.txt ``` +### `MATHJAX` + +Enable MathJax support for rendering LaTeX. + +Defaults to `false`. + +```dotenv +MATHJAX=true +``` + ## Styling Want to give your website a shiny new look? Try using one of sources |