diff --git a/taiga/mdrender/service.py b/taiga/mdrender/service.py index 83a424a1..9bb2cb65 100644 --- a/taiga/mdrender/service.py +++ b/taiga/mdrender/service.py @@ -28,7 +28,7 @@ def _make_extensions_list(wikilinks_config=None): StrikethroughExtension(), WikiLinkExtension(wikilinks_config), "extra", - "codehilite"]) + "codehilite"] def cache_by_sha(func):