Closed dannyob closed 1 year ago
Good catch, @dannyob! We were already supposed to be using mdast-util-gfm
, but there was a small typo that prevented it from being used.
Fixed in percollate@4.0.3
.
Looking at the provided test case I can see potential problems with the way the whole remark
pipeline takes the HTML verbatim and stringifies it to Markdown in ways that might trip some Markdown parsers, especially around <i><a></a></i>
, so that might warrant further attention.
But the issue at hand should be solved.
Environment
node --version
: v18.13.0npm --version
: 9.2.0yarn --version
, if using Yarn:percollate --version
: 4.0.2Description
Hi! My
percollate
currently falls over on sites like Wikipedia when converting to Markdown:I think this is because the mdast markdown conversion only supports table with the help of another npm module: see https://github.com/syntax-tree/mdast-util-to-markdown/issues/1