mirror of https://gitlab.com/bashrc2/epicyon
Markdown replacements
parent
d3b1b5acda
commit
e65196a897
|
@ -34,10 +34,10 @@ def _markdown_emphasis_html(markdown: str) -> str:
|
||||||
'_,': '</ul>,',
|
'_,': '</ul>,',
|
||||||
'_\n': '</ul>\n',
|
'_\n': '</ul>\n',
|
||||||
' `': ' <em>',
|
' `': ' <em>',
|
||||||
'`.': '</em>',
|
'`.': '</em>.',
|
||||||
'`:': '</em>',
|
'`:': '</em>:',
|
||||||
'`;': '</em>',
|
'`;': '</em>;',
|
||||||
'`\n': '</em>',
|
'`\n': '</em>\n',
|
||||||
'` ': '</em> '
|
'` ': '</em> '
|
||||||
}
|
}
|
||||||
for md_str, html in replacements.items():
|
for md_str, html in replacements.items():
|
||||||
|
|
Loading…
Reference in New Issue