Skip to content

Commit d5442e4

Browse files
authored
Added comment and warning
1 parent 28d6a68 commit d5442e4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

md_to_bgg.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ class InternalLinkLongForm(InlineElement):
4949
'/(?P<link_type>\S*?)/(?P<object_ID>\d+)\S*?'
5050
'\)')
5151

52-
parse_children = True # We want the text to be rendered too (italics…)
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
5355

5456
priority = 6
5557

0 commit comments

Comments
 (0)