@@ -97,11 +97,23 @@ which do not often occur in the real world.
97
97
98
98
` remark-html ` works great with:
99
99
100
- * [ ` wooorm/remark-toc ` ] ( https://github.com/wooorm/remark-toc ) , which
101
- generates tables of contents;
102
- * [ ` wooorm/remark-github ` ] ( https://github.com/wooorm/remark-github ) , which
103
- generates references to GitHub issues, PRs, users, and more;
104
- * ...and [ more] [ remark-plugins ] .
100
+ * [ ` remark-autolink-headings ` ] ( https://github.com/ben-eb/remark-autolink-headings )
101
+ — Automatically add links to headings in Markdown
102
+ * [ ` remark-github ` ] ( https://github.com/wooorm/remark-github )
103
+ — Generate references to GitHub issues, PRs, users, and more
104
+ * [ ` remark-highlight.js ` ] ( https://github.com/ben-eb/remark-highlight.js )
105
+ — Highlight code blocks
106
+ * [ ` remark-html-emoji-image ` ] ( https://github.com/jackycute/remark-html-emoji-image )
107
+ — Transform emoji unicodes into html images
108
+ * [ ` remark-html-katex ` ] ( https://github.com/rokt33r/remark-math/blob/master/packages/remark-html-katex/readme.md )
109
+ — Transform math to HTML with KaTeX
110
+ * [ ` remark-math ` ] ( https://github.com/rokt33r/remark-math )
111
+ — Math support for markdown (inline and block)
112
+ * [ ` remark-midas ` ] ( https://github.com/ben-eb/remark-midas )
113
+ — Highlight CSS code with [ midas] ( https://github.com/ben-eb/midas )
114
+ * [ ` remark-toc ` ] ( https://github.com/wooorm/remark-toc )
115
+ — Generate a Tables of Contents
116
+ * ...and [ more] [ remark-plugins ]
105
117
106
118
All [ ** MDAST** nodes] [ mdast ] can be compiled to HTML. Unknown ** MDAST**
107
119
nodes are compiled to ` div ` nodes if they have ` children ` or ` text ` nodes
0 commit comments