Skip to content

Commit

Permalink
feat(core): Add footnote plugin to markdowm
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Sep 11, 2024
1 parent 91aa87d commit 411cd5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/models/ticket/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def render_markdown(self, markdown_text):
])

.use(admon.admon_plugin)
.use(footnote.footnote_plugin)
)

return md.render(markdown_text)
Expand Down

0 comments on commit 411cd5d

Please sign in to comment.