Skip to content

Commit a03ab44

Browse files
fixup! feature: add support for GLFM math blocks
1 parent 51ed515 commit a03ab44

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<p>```math
1+
<p>$$
22
{{ .Inner | safeHTML }}
3-
```</p>
3+
$$</p>

userguide/content/en/docs/Adding content/diagrams-and-formulae/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ errorColor = "#CD5C5C"
9393
left = "\\["
9494
right = '\\]'
9595
display = true
96-
[[params.katex.options.delimiters]]
97-
left = "```math"
98-
right = '```'
99-
display = true
10096
```
10197

10298
For a complete list of options and their detailed description, have a look at the documentation of \\({\KaTeX}'s\\) [Rendering API options](https://katex.org/docs/autorender.html#api) and of \\({\KaTeX}'s\\) [configuration options](https://katex.org/docs/options.html).

0 commit comments

Comments
 (0)