Closed xrotwang closed 5 years ago
Currently, hh_ethnologue_comment is rendered as markdown. This creates formatting issues when two quotes using `` are present:
hh_ethnologue_comment
>>> from markdown import markdown >>> markdown('``abc') '<p>``abc</p>' >>> markdown("``abc'' and ``cde''") "<p><code>abc'' and</code>cde''</p>"
Currently,
hh_ethnologue_comment
is rendered as markdown. This creates formatting issues when two quotes using `` are present: