We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5442e4 commit f2cee86Copy full SHA for f2cee86
1 file changed
md_to_bgg.py
@@ -49,9 +49,7 @@ class InternalLinkLongForm(InlineElement):
49
'/(?P<link_type>\S*?)/(?P<object_ID>\d+)\S*?'
50
'\)')
51
52
- # We want the text to be rendered too (italics…).
53
- # !! Does this interpret the URL as Markdown as well, which would not be good?
54
- parse_children = True
+ parse_children = True # We want the text to be rendered too (italics…)
55
56
priority = 6
57
0 commit comments