miyuchina / mistletoe

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

Bug in table rendering with code blocks. #107

Closed flysand7 closed 3 years ago

flysand7 commented 3 years ago

The rendering of the following markdown table is incorrect.

| Sign | Name
|---|---|
| `&` | ampersand |
| `|` | pipe |

The library interprets the pipe symbol as being the table column separator.

huettenhain commented 3 years ago

This might be a duplicate / related to #85, but more importantly it is my impression that mistletoe might be abandoned. At the time of writing, I would suggest to check out mistune which seems to be actively maintained; there are a few projects of mine that I am planning to port from mistletoe to mistune in the near future.

pbodnar commented 3 years ago

Yes, I'm closing this as duplicate of #85, thank you for reporting it anyway. :)

huettenhain commented 3 years ago

Boy, am I happy to see activity here. ❤️