A remark plugin to render Hexo's tag plugins. This plugin can be used with Astro, Gatsby, Docusaurus and all other frameworks that support remark plugins.
When you're using this plugin with the Astro web framework, you might want to turn off SmartyPants in your Astro config file (find out how). This is because SmartyPants changes {% youtube 62J_eQsK0e0 'video' true %}
into {% youtube 62J_eQsK0e0 ‘video’ true %}
with apostrophes in the embeds.
Resources
- https://www.gatsbyjs.com/tutorial/remark-plugin-tutorial/
- https://www.telerik.com/blogs/asts-markdown-and-mdx
Inspirations