question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to use markdown-it instead of remark for Markdown rendering?

See original GitHub issue

Is it possible to use markdown-it instead of remark? It has way more plugins available.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Atinuxcommented, Jul 30, 2021

Re-opening for the nuxt content v2 that will be much simplier with different transformers supported. Cc @pi0

0reactions
ChristianMurphycommented, Aug 6, 2021

I’m all for flexible parsing of markdown. 👍

I’m not sure assertion motivating this is accurate though…

[markdown-it] has way more plugins available.

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found