Skip to content

Commit

Permalink
feat(core): Add task listts 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 411cd5d commit bfb7176
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 @@ -64,6 +64,7 @@ def render_markdown(self, markdown_text):

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

return md.render(markdown_text)
Expand Down

0 comments on commit bfb7176

Please sign in to comment.