Hello. The plugin breaks the following behavior (See: [Table inside of list is rendered incorrectly #325](https://github.com/markdown-it/markdown-it/issues/325)): [Example from markdown-it page](https://markdown-it.github.io/#md3=%7B%22source%22%3A%22-%20list%20item%5Cn%20%20%20%20%5Cn%20%20%20%20%7C%20Col1%20%20%7C%20Col2%20%7C%5Cn%20%20%20%20%7C%20-----%20%7C%20----%20%7C%5Cn%20%20%20%20%7C%20Col1%20%20%7C%20Col2%20%7C%22%2C%22defaults%22%3A%7B%22html%22%3Afalse%2C%22xhtmlOut%22%3Afalse%2C%22breaks%22%3Afalse%2C%22langPrefix%22%3A%22language-%22%2C%22linkify%22%3Atrue%2C%22typographer%22%3Atrue%2C%22_highlight%22%3Atrue%2C%22_strict%22%3Afalse%2C%22_view%22%3A%22html%22%7D%7D) ```md - list item | Col1 | Col2 | | ----- | ---- | | Col1 | Col2 | ``` - With this plugin enabled:  - With this plugin disabled: 
Hello.
The plugin breaks the following behavior (See: Table inside of list is rendered incorrectly #325):
Example from markdown-it page