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 | 0c858189da17869bf0a4fbb7ab00366f9f86e3f4 (patch) | |
| tree | 4217a9fa60f617f8dbb711ec8e075e31bc13418b /README.md | |
| parent | feat: markdown to html (diff) | |
| download | archived-september-0c858189da17869bf0a4fbb7ab00366f9f86e3f4.tar.xz archived-september-0c858189da17869bf0a4fbb7ab00366f9f86e3f4.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 |