Is it possible to use markdown-it instead of remark for Markdown rendering?
See original GitHub issueIs it possible to use markdown-it
instead of remark
? It has way more plugins available.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
markdown-it 13.0.1 API documentation
Instance of Renderer. Use it to modify output look. Or to add rendering rules for new token types, generated by plugins. Example. var...
Read more >Use GFM style with markdown-it and mdformat instead of ...
I think i am missing how to properly use the gfm style and the plugin. Can someone help me on how to use...
Read more >Getting Started | Markdown Guide
According to Gruber, Markdown syntax is designed to be readable and unobtrusive, so the text in Markdown files can be read even if...
Read more >markdown-it/markdown-it - Gitter
see markdown-it/markdown-it#497. IMplementation is a bit dirty, but some workarounds possible, if you don't wish to disable default typographer completely.
Read more >remark - markdown processor powered by plugins
It's provided by unified so head to its API documentation for more info. Say we have the following index.js file using remark, remark-preset-lint-markdown-style ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Re-opening for the nuxt content v2 that will be much simplier with different transformers supported. Cc @pi0
I’m all for flexible parsing of markdown. 👍
I’m not sure assertion motivating this is accurate though…
Remark has more plugins, a lot more: https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-plugins, https://github.com/topics/remark-plugin, and https://www.npmjs.com/search?q=keywords%3Aremark
For support on adding specific syntax or getting a specific feature it may be worth reaching out the the remark community https://github.com/remarkjs/remark/discussions