Fix typo introduced on privios commits.
parent
f9d3a1d987
commit
1099044a1c
|
@ -28,7 +28,7 @@ def _make_extensions_list(wikilinks_config=None):
|
||||||
StrikethroughExtension(),
|
StrikethroughExtension(),
|
||||||
WikiLinkExtension(wikilinks_config),
|
WikiLinkExtension(wikilinks_config),
|
||||||
"extra",
|
"extra",
|
||||||
"codehilite"])
|
"codehilite"]
|
||||||
|
|
||||||
|
|
||||||
def cache_by_sha(func):
|
def cache_by_sha(func):
|
||||||
|
|
Loading…
Reference in New Issue