miyuchina / mistletoe

A fast, extensible and spec-compliant Markdown parser in pure Python.
MIT License
811 stars 113 forks source link

**`what`:** gives odd output #138

Closed greg-minshall closed 2 years ago

greg-minshall commented 2 years ago

addmittedly

**`what`:**

is an odd input. but, mistletoe's output is

<p>**<code>what</code>:**</p>\n

while commonmark's dingus' output is

<p><strong><code>what</code>:</strong></p>
pbodnar commented 2 years ago

Hi @greg-minshall, It looks like this kind of problem was fixed in v0.8.2 (see #70). Maybe you use an older version?

greg-minshall commented 2 years ago

yes. v.0.8.1. (current, at least as of a day or so ago, on arch "aur".) thanks!

pbodnar commented 2 years ago

OK, so hopefully v0.8.2 from https://pypi.org/project/mistletoe/ will arrive into the AUR soon as well. :) I guess the community around Arch Linux manages that update process, somehow...