|
|
@@ -158,7 +158,7 @@ def render_markdown(value):
|
|
|
value = re.sub(pattern, '[\\1]: \\3', value, flags=re.IGNORECASE)
|
|
|
|
|
|
# Render Markdown
|
|
|
- html = markdown(value, extensions=['fenced_code', 'tables', StrikethroughExtension()])
|
|
|
+ html = markdown(value, extensions=['def_list', 'fenced_code', 'tables', StrikethroughExtension()])
|
|
|
|
|
|
# If the string is not empty wrap it in rendered-markdown to style tables
|
|
|
if html:
|