Skip to content

Commit f2cee86

Browse files
authored
Resolved comment
1 parent d5442e4 commit f2cee86

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

md_to_bgg.py

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

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

5654
priority = 6
5755

0 commit comments

Comments
 (0)