We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d6a68 commit d5442e4Copy full SHA for d5442e4
1 file changed
md_to_bgg.py
@@ -49,7 +49,9 @@ class InternalLinkLongForm(InlineElement):
49
'/(?P<link_type>\S*?)/(?P<object_ID>\d+)\S*?'
50
'\)')
51
52
- parse_children = True # We want the text to be rendered too (italics…)
+ # 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
55
56
priority = 6
57
0 commit comments