Pārlūkot izejas kodu

feat: add Math shortcode

No longer need to escape Markdown symbols within math. For example,

{{< math >}}$\nabla F(\mathbf{x}_{n})${{< /math >}}
George Cushen 2 gadi atpakaļ
vecāks
revīzija
9982c23440
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      wowchemy/layouts/shortcodes/math.html

+ 1 - 0
wowchemy/layouts/shortcodes/math.html

@@ -0,0 +1 @@
+{{ .Inner }}