Closed2
jsでmarkdownを扱うパッケージがややこしいのでまとめておく
-
https://github.com/gnab/remark
Markdowmからスライドショーを作るツール。 -
https://github.com/remarkjs/remark
Markdowmのパーサーとかのライブラリ。名前が上のgnab/remarkと同じだが別物。 -
https://github.com/markedjs/marked
MarkdowmをHTMLに変換するライブラリ。 -
https://github.com/markdown-it/markdown-it
MarkdowmをHTMLに変換するライブラリ。
変換のインターフェースを提供するライブラリ。
unifiedに対応した変換ライブラリ。
- https://github.com/remarkjs/remark (Markdown <-> mdast)
- https://github.com/rehypejs/rehype (HTML <-> hast)
- https://github.com/remarkjs/remark-rehype (mdast -> hast)
- https://github.com/rehypejs/rehype-remark (hast-> mdast)
他にもunified関連のorganization等にパッケージがある。
- https://github.com/unifiedjs
- https://github.com/remarkjs
- https://github.com/rehypejs
- https://github.com/retextjs
- https://github.com/micromark
インターフェースが決まっているので柔軟性が高い。
このスクラップは2022/10/23にクローズされました