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 | bcc092454d52f4e96569bff7dcfd824fb52f040d (patch) | |
| tree | ac4d5435bea82ee5299f818b78ed75c2e1457545 /README.md | |
| parent | feat: markdown to html (diff) | |
| download | september-bcc092454d52f4e96569bff7dcfd824fb52f040d.tar.xz september-bcc092454d52f4e96569bff7dcfd824fb52f040d.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 |