Open
Description
Hi!
remark is switching to a new parser (and compiler) internally (micromark, remarkjs/remark#536
), which will break several of these plugins.
Several of the remark plugins, such as frontmatter, footnotes, math, a new remark-gfm, and a couple others, will update soon too.
Those might server well as inspiration on how to tokenize with micromark in remark. There are several micromark extensions already as well (which deal with tokenizing markdown), and corresponding mdast extensions, which deal with mapping those tokens to mdast.
Anyway, feel free to ask me questions!