소스 검색

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 }}