Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
https://markdown-it.github.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
808 B
26 lines
808 B
5 years ago
|
---
|
||
|
name: Development question
|
||
|
about: ''
|
||
|
title: ''
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
<!--
|
||
|
|
||
|
Note, we have some time constrains, but we always try to help developers, who write plugins. So:
|
||
|
|
||
|
- Please, avoid generic programming questions.
|
||
|
- Avoid questions about markdown. Use CommonMark resources for that https://commonmark.org/.
|
||
|
- If you have issue with plugin - report it to plugin's repo/author.
|
||
|
- Make sure you are familiar with dev docs https://github.com/markdown-it/markdown-it/tree/master/docs, and tried to do something.
|
||
|
- Code samples are welcome.
|
||
|
|
||
|
Also, you may find useful this links (may be someone already solved your problem):
|
||
|
|
||
|
- https://github.com/markdown-it - list of "officially" provided plugins.
|
||
|
- https://www.npmjs.com/search?q=keywords:markdown-it-plugin - community-written plugins.
|
||
|
|
||
|
-->
|