Skip to content

Commit b1ff0e5

Browse files
committed
Add more integrations
1 parent 009f563 commit b1ff0e5

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

readme.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,23 @@ which do not often occur in the real world.
9797

9898
`remark-html` works great with:
9999

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]
105117

106118
All [**MDAST** nodes][mdast] can be compiled to HTML. Unknown **MDAST**
107119
nodes are compiled to `div` nodes if they have `children` or `text` nodes

0 commit comments

Comments
 (0)