Skip to content

Commit

Permalink
fix: add support for footnotes to markdown posts (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
elken authored Dec 12, 2023
1 parent d74b1e4 commit 5bfa6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quickblog/internal.clj
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
pre-process-markdown
(md/md-to-html-string-with-meta :reference-links? true
:heading-anchors true
:footnotes? true
:code-style
(fn [lang]
(format "class=\"lang-%s\"" lang)))
Expand Down

0 comments on commit 5bfa6bc

Please sign in to comment.