瀏覽代碼

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 年之前
父節點
當前提交
9982c23440
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      wowchemy/layouts/shortcodes/math.html

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

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