You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remark is switching to a new parser (and compiler) internally (micromark, remarkjs/remark#536), which will break this plugin.
This plugin seems a bit similar in style to strikethrough. There is a micromark extension and mdast extension for that already, and soon there will be a wrapper remark plugin remark-gfm.
Keep an eye out for that plugin, which might serve well as inspiration, and feel free to ask me questions!
The text was updated successfully, but these errors were encountered:
Hi!
remark is switching to a new parser (and compiler) internally (micromark,
remarkjs/remark#536
), which will break this plugin.This plugin seems a bit similar in style to strikethrough. There is a micromark extension and mdast extension for that already, and soon there will be a wrapper remark plugin
remark-gfm
.Keep an eye out for that plugin, which might serve well as inspiration, and feel free to ask me questions!
The text was updated successfully, but these errors were encountered: