roundabout,
created on Tuesday, 21 May 2024, 13:35:07 (1716298507),
received on Tuesday, 21 May 2024, 13:35:14 (1716298514)
Author identity: vlad <vlad.muntoiu@gmail.com>
655a46ef69dcec47eb9939421cafa3f702044dcb
ampoule_ssg/markdown.py
@@ -9,7 +9,7 @@ def only_chars(string, chars):
return all_chars.issubset(chars) inlineRegex = r"""inline_regex = r"""(?P<imageFlag>!?) \[ (?P<urlText>[^\[\]]*) \] \((?P<urlDestination>[^\(\)]*)\) # hyperlink or media | (?P<em>\*{1,7}) (?P<textEm>(?:\\\*|[^*])*) (?P=em) # emphasis with * not requiring space on either side