mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
doc: Inline math example previously not working as intended (#834)
Inline math example previously not working as intended
This commit is contained in:
parent
5edd4afaf3
commit
5d90624441
1 changed files with 1 additions and 5 deletions
|
@ -37,11 +37,7 @@ In this example we will be using [KaTeX](https://katex.org/)
|
|||
|
||||
### Examples
|
||||
|
||||
{{< math.inline >}}
|
||||
<p>
|
||||
Inline math: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
|
||||
</p>
|
||||
{{</ math.inline >}}
|
||||
Inline math: $\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…$
|
||||
|
||||
Block math:
|
||||
$$
|
||||
|
|
Loading…
Reference in a new issue