diff options
Diffstat (limited to 'checklists/views.py')
| -rw-r--r-- | checklists/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checklists/views.py b/checklists/views.py index e5e7ed88..b7fa6b0a 100644 --- a/checklists/views.py +++ b/checklists/views.py @@ -26,6 +26,7 @@ def render_checklist(request, instance): "pymdownx.tasklist", "pymdownx.superfences", "pymdownx.magiclink", + "markdown.extensions.fenced_code", ], extension_configs={ "pymdownx.tasklist": { |
