Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(926)

Side by Side Diff: polymer_0.5.0/bower_components/marked/README.md

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 [![NPM version](https://badge.fury.io/js/marked.png)][badge] 6 [![NPM version](https://badge.fury.io/js/marked.png)][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
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
OLDNEW
« no previous file with comments | « polymer_0.5.0/bower_components/marked/Makefile ('k') | polymer_0.5.0/bower_components/marked/bin/marked » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698