OLD | NEW |
1 # marked | 1 # marked |
2 | 2 |
3 > A full-featured markdown parser and compiler, written in JavaScript. Built | 3 > A full-featured markdown parser and compiler, written in JavaScript. Built |
4 > for speed. | 4 > for speed. |
5 | 5 |
6 [][badge] | 6 [][badge] |
7 | 7 |
8 ## Install | 8 ## Install |
9 | 9 |
10 ``` bash | 10 ``` bash |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 | 377 |
378 See LICENSE for more info. | 378 See LICENSE for more info. |
379 | 379 |
380 [gfm]: https://help.github.com/articles/github-flavored-markdown | 380 [gfm]: https://help.github.com/articles/github-flavored-markdown |
381 [gfmf]: http://github.github.com/github-flavored-markdown/ | 381 [gfmf]: http://github.github.com/github-flavored-markdown/ |
382 [pygmentize]: https://github.com/rvagg/node-pygmentize-bundled | 382 [pygmentize]: https://github.com/rvagg/node-pygmentize-bundled |
383 [highlight]: https://github.com/isagalaev/highlight.js | 383 [highlight]: https://github.com/isagalaev/highlight.js |
384 [badge]: http://badge.fury.io/js/marked | 384 [badge]: http://badge.fury.io/js/marked |
385 [tables]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#wiki-
tables | 385 [tables]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#wiki-
tables |
386 [breaks]: https://help.github.com/articles/github-flavored-markdown#newlines | 386 [breaks]: https://help.github.com/articles/github-flavored-markdown#newlines |
OLD | NEW |