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

Side by Side Diff: polymer_0.5.0/bower_components/marked/test/tests/main.html

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 <h1 id="a-heading">A heading</h1> <p>Just a note, I&#39;ve found that I can&#39; t test my markdown parser vs others. For example, both markdown.js and showdown code blocks in lists wrong. They&#39;re also completely <a href="http://google. com/" title="Google">inconsistent</a> with regards to paragraphs in list items.< /p> <p>A link. Not anymore.</p> <aside>This will make me fail the test because 1 <h1 id="a-heading">A heading</h1> <p>Just a note, I&#39;ve found that I can&#39; t test my markdown parser vs others. For example, both markdown.js and showdown code blocks in lists wrong. They&#39;re also completely <a href="http://google. com/" title="Google">inconsistent</a> with regards to paragraphs in list items.< /p> <p>A link. Not anymore.</p> <aside>This will make me fail the test because
2 markdown.js doesnt acknowledge arbitrary html blocks =/</aside> <ul><li><p>List Item 1</p></li><li><p>List Item 2 </p><ul><li>New List Item 1 Hi, this is a list item.</li><li>New List Item 2 Another item <pre><code>Code goes here. 2 markdown.js doesnt acknowledge arbitrary html blocks =/</aside> <ul><li><p>List Item 1</p></li><li><p>List Item 2 </p><ul><li>New List Item 1 Hi, this is a list item.</li><li>New List Item 2 Another item <pre><code>Code goes here.
3 Lots of it...</code></pre></li><li>New List Item 3 The last item</li></ul></li>< li><p>List Item 3 The final item.</p></li><li><p>List Item 4 The real final item .</p></li></ul> <p>Paragraph.</p> <blockquote><ul><li>bq Item 1</li><li>bq Item 2 <ul><li>New bq Item 1</li><li>New bq Item 2 Text here</li></ul></li></ul></blo ckquote> <hr> <blockquote><p> Another blockquote! I really need to get more cr eative with mockup text.. markdown.js breaks here again</p></blockquote> <h2 i d="another-heading">Another Heading</h2> <p>Hello <em>world</em>. Here is a <a h ref="//hello">link</a>. And an image <img src="src" alt="alt">.</p> <pre><code>C ode goes here. 3 Lots of it...</code></pre></li><li>New List Item 3 The last item</li></ul></li>< li><p>List Item 3 The final item.</p></li><li><p>List Item 4 The real final item .</p></li></ul> <p>Paragraph.</p> <blockquote><ul><li>bq Item 1</li><li>bq Item 2 <ul><li>New bq Item 1</li><li>New bq Item 2 Text here</li></ul></li></ul></blo ckquote> <hr> <blockquote><p> Another blockquote! I really need to get more cr eative with mockup text.. markdown.js breaks here again</p></blockquote> <h2 i d="another-heading">Another Heading</h2> <p>Hello <em>world</em>. Here is a <a h ref="//hello">link</a>. And an image <img src="src" alt="alt">.</p> <pre><code>C ode goes here.
4 Lots of it...</code></pre> 4 Lots of it...</code></pre>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698