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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 | 397 |
398 See LICENSE for more info. | 398 See LICENSE for more info. |
399 | 399 |
400 [gfm]: https://help.github.com/articles/github-flavored-markdown | 400 [gfm]: https://help.github.com/articles/github-flavored-markdown |
401 [gfmf]: http://github.github.com/github-flavored-markdown/ | 401 [gfmf]: http://github.github.com/github-flavored-markdown/ |
402 [pygmentize]: https://github.com/rvagg/node-pygmentize-bundled | 402 [pygmentize]: https://github.com/rvagg/node-pygmentize-bundled |
403 [highlight]: https://github.com/isagalaev/highlight.js | 403 [highlight]: https://github.com/isagalaev/highlight.js |
404 [badge]: http://badge.fury.io/js/marked | 404 [badge]: http://badge.fury.io/js/marked |
405 [tables]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#wiki-
tables | 405 [tables]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#wiki-
tables |
406 [breaks]: https://help.github.com/articles/github-flavored-markdown#newlines | 406 [breaks]: https://help.github.com/articles/github-flavored-markdown#newlines |
OLD | NEW |