Skip to content

Commit

Permalink
Resolved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lebigot authored Mar 12, 2021
1 parent d5442e4 commit f2cee86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions md_to_bgg.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ class InternalLinkLongForm(InlineElement):
'/(?P<link_type>\S*?)/(?P<object_ID>\d+)\S*?'
'\)')

# We want the text to be rendered too (italics…).
# !! Does this interpret the URL as Markdown as well, which would not be good?
parse_children = True
parse_children = True # We want the text to be rendered too (italics…)

priority = 6

Expand Down

0 comments on commit f2cee86

Please sign in to comment.