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

Side by Side Diff: polymer_1.0.4/bower_components/marked/README.md

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
OLDNEW
« no previous file with comments | « polymer_1.0.4/bower_components/marked/Makefile ('k') | polymer_1.0.4/bower_components/marked/bin/marked » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698