diff options
author | Prefetch | 2022-10-20 18:25:31 +0200 |
---|---|---|
committer | Prefetch | 2022-10-20 18:25:31 +0200 |
commit | 16555851b6514a736c5c9d8e73de7da7fc9b6288 (patch) | |
tree | 76b8bfd30f8941d0d85365990bcdbc5d0643cabc /source/_layouts | |
parent | e5b9bce79b68a68ddd2e51daa16d2fea73b84fdb (diff) |
Migrate from 'jekyll-katex' to 'kramdown-math-sskatex'
Diffstat (limited to 'source/_layouts')
-rw-r--r-- | source/_layouts/concept.html | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source/_layouts/concept.html b/source/_layouts/concept.html index 1523168..4d591a4 100644 --- a/source/_layouts/concept.html +++ b/source/_layouts/concept.html @@ -12,10 +12,4 @@ Categories: <h1>{{ page.title | smartify }}</h1> -{% capture content_after_katex %} -{% katexmm %} -{{ page.content }} -{% endkatexmm %} -{% endcapture %} - -{{ content_after_katex | markdownify }} +{{ content }} |