Skip to content

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: true

Charts

Hugo Narrwo supports charts by Mermaid.

TIP

The parameter of mermaid can be covered by frontmatter of posts.

yaml
mermaid:
  enabled: true
yaml
mermaid:
  enabled: true

mermaid: true is also supported.