mirror of https://gitlab.com/bashrc2/epicyon
Markdown replacements
parent
ef6f32cc22
commit
a5fa18aa35
|
@ -18,6 +18,7 @@ def _markdown_emphasis_html(markdown: str) -> str:
|
|||
'**:': '</b>:',
|
||||
'**;': '</b>;',
|
||||
'?**': '?</b>',
|
||||
'\n**': '\n<b>',
|
||||
'**,': '</b>,',
|
||||
'**\n': '</b>\n',
|
||||
'>**': '><b>',
|
||||
|
@ -27,6 +28,7 @@ def _markdown_emphasis_html(markdown: str) -> str:
|
|||
' *': ' <i>',
|
||||
'* ': '</i> ',
|
||||
'?*': '?</i>',
|
||||
'\n*': '\n<i>',
|
||||
'*.': '</i>.',
|
||||
'*:': '</i>:',
|
||||
'*;': '</i>;',
|
||||
|
|
Loading…
Reference in New Issue