Commit 7f432957 authored by zsinx6's avatar zsinx6

fix em syntax for markdown

parent 7c810f51
...@@ -16,7 +16,7 @@ MARKDOWN = { ...@@ -16,7 +16,7 @@ MARKDOWN = {
'ol': ('', ''), 'ol': ('', ''),
'li': ('- ', ''), 'li': ('- ', ''),
'blockquote': ('\n> ', '\n'), 'blockquote': ('\n> ', '\n'),
'em': ('**', '**'), 'em': ('*', '*'),
'strong': ('**', '**'), 'strong': ('**', '**'),
'block_code': ('\n```\n', '\n```\n'), 'block_code': ('\n```\n', '\n```\n'),
'span': ('', ''), 'span': ('', ''),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment