diff options
Diffstat (limited to 'wiki/features')
| -rw-r--r-- | wiki/features/single-page-parameters.md | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/wiki/features/single-page-parameters.md b/wiki/features/single-page-parameters.md index 8ebb3c6..4f11e75 100644 --- a/wiki/features/single-page-parameters.md +++ b/wiki/features/single-page-parameters.md @@ -48,6 +48,19 @@ Enable math rendering.  math: true  ``` +You may encounter issues rendering complex equations. +This is due to a [known issue](https://discourse.gohugo.io/t/one-of-several-latex-equations-is-not-rendered-by-katex/47790).  + +A possible workaround is to wrap your equation in `{{< rawhtml >}}` tags:  + +``` +{{< rawhtml >}} +$$ +... +$$ +{{< rawhtml >}} +``` +  ## Tags  Create tags associated with the post and decide to show them. | 
