Formulas
Hugo Narrwo supports formulas by Katex.
TIP
The parameters of Katex can be covered by the frontmatter of posts.
yaml
katex:
enabled: true
delimiters:
- left: "$$"
right: "$$"
display: true
- left: "$"
right: "$"
display: false
- left: "\\("
right: "\\)"
display: false
- left: "\\["
right: "\\]"
display: trueCharts
Hugo Narrwo supports charts by Mermaid.
TIP
The parameter of mermaid can be covered by frontmatter of posts.
yaml
mermaid:
enabled: trueyaml
mermaid:
enabled: truemermaid: true is also supported.