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

Side by Side Diff: polymer_0.4.0/bower_components/marked/doc/broken.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 # Markdown is broken 1 # Markdown is broken
2 2
3 I have a lot of scraps of markdown engine oddities that I've collected over the 3 I have a lot of scraps of markdown engine oddities that I've collected over the
4 years. What you see below is slightly messy, but it's what I've managed to 4 years. What you see below is slightly messy, but it's what I've managed to
5 cobble together to illustrate the differences between markdown engines, and 5 cobble together to illustrate the differences between markdown engines, and
6 why, if there ever is a markdown specification, it has to be absolutely 6 why, if there ever is a markdown specification, it has to be absolutely
7 thorough. There are a lot more of these little differences I have documented 7 thorough. There are a lot more of these little differences I have documented
8 elsewhere. I know I will find them lingering on my disk one day, but until 8 elsewhere. I know I will find them lingering on my disk one day, but until
9 then, I'll continue to add whatever strange nonsensical things I find. 9 then, I'll continue to add whatever strange nonsensical things I find.
10 10
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 <p>are 417 <p>are
418 you</p> 418 you</p>
419 </li> 419 </li>
420 <li><p>today</p> 420 <li><p>today</p>
421 </li> 421 </li>
422 </ul> 422 </ul>
423 </li> 423 </li>
424 <li>hi</li> 424 <li>hi</li>
425 </ul> 425 </ul>
426 ``` 426 ```
OLDNEW
« no previous file with comments | « polymer_0.4.0/bower_components/marked/component.json ('k') | polymer_0.4.0/bower_components/marked/doc/todo.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698