diff -r 957a0fc20021 roundup/cgi/templating.py --- a/roundup/cgi/templating.py Sun Oct 25 16:12:15 2020 -0400 +++ b/roundup/cgi/templating.py Thu Oct 29 15:41:24 2020 +0100 @@ -70,7 +70,7 @@ _safe_protocols = re.compile('(?!' + ':|'.join([re.escape(s) for s in _disable_url_schemes]) + ':)', re.IGNORECASE) def _extras(config): - extras = { 'fenced-code-blocks' : True } + extras = { 'fenced-code-blocks' : {} } if config['MARKDOWN_BREAK_ON_NEWLINE']: extras['break-on-newline'] = True return extras