Open chitoku-k opened 1 year ago
Since remark changed its internal parser to micromark in v13.0.0, a lot of remark plugins have not had bandwidth to rewrite their implementations.
remark
micromark
The following plugins have been affected:
gatsby-remark-autolink-headers
gatsby-remark-copy-linked-files
gatsby-remark-embed-gist
gatsby-remark-images
gatsby-remark-grid-tables
remark-extended-table
handlers
toHast()
mdast-util-to-hast
gatsby-remark-prismjs
See syntax extensions which haven’t been updated yet for the current status of each plugin listed above.
@adobe/remark-gridtables could be a good alternative.
@adobe/remark-gridtables
Since
remark
changed its internal parser tomicromark
in v13.0.0, a lot of remark plugins have not had bandwidth to rewrite their implementations.The following plugins have been affected:
gatsby-remark-autolink-headers
gatsby-remark-copy-linked-files
gatsby-remark-embed-gist
gatsby-remark-images
gatsby-remark-grid-tables
remark-extended-table
first seemed to be a good alternative but it turned out that it required to override thehandlers
option oftoHast()
frommdast-util-to-hast
which Gatsby currently does not support for now.gatsby-remark-prismjs
See syntax extensions which haven’t been updated yet for the current status of each plugin listed above.