Markdown replacement

main
Bob Mottram 2022-06-27 14:01:32 +01:00
parent 1a31bcc827
commit c366a28ca4
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ def _markdown_emphasis_html(markdown: str) -> str:
' `': ' <em>', ' `': ' <em>',
'`.': '</em>.', '`.': '</em>.',
'`:': '</em>:', '`:': '</em>:',
"`'": "</em>'",
'`;': '</em>;', '`;': '</em>;',
'`,': '</em>;', '`,': '</em>;',
'`\n': '</em>\n', '`\n': '</em>\n',