mirror of https://gitlab.com/bashrc2/epicyon
Markdown replacement
parent
1a31bcc827
commit
c366a28ca4
|
@ -44,6 +44,7 @@ def _markdown_emphasis_html(markdown: str) -> str:
|
|||
' `': ' <em>',
|
||||
'`.': '</em>.',
|
||||
'`:': '</em>:',
|
||||
"`'": "</em>'",
|
||||
'`;': '</em>;',
|
||||
'`,': '</em>;',
|
||||
'`\n': '</em>\n',
|
||||
|
|
Loading…
Reference in New Issue