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

Side by Side Diff: bower_components/marked/test/tests/main.text

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
(Empty)
1 [test]: http://google.com/ "Google"
2
3 # A heading
4
5 Just a note, I've found that I can't test my markdown parser vs others.
6 For example, both markdown.js and showdown code blocks in lists wrong. They're
7 also completely [inconsistent][test] with regards to paragraphs in list items.
8
9 A link. Not anymore.
10
11 <aside>This will make me fail the test because
12 markdown.js doesnt acknowledge arbitrary html blocks =/</aside>
13
14 * List Item 1
15
16 * List Item 2
17 * New List Item 1
18 Hi, this is a list item.
19 * New List Item 2
20 Another item
21 Code goes here.
22 Lots of it...
23 * New List Item 3
24 The last item
25
26 * List Item 3
27 The final item.
28
29 * List Item 4
30 The real final item.
31
32 Paragraph.
33
34 > * bq Item 1
35 > * bq Item 2
36 > * New bq Item 1
37 > * New bq Item 2
38 > Text here
39
40 * * *
41
42 > Another blockquote!
43 > I really need to get
44 > more creative with
45 > mockup text..
46 > markdown.js breaks here again
47
48 Another Heading
49 -------------
50
51 Hello *world*. Here is a [link](//hello).
52 And an image ![alt](src).
53
54 Code goes here.
55 Lots of it...
OLDNEW
« no previous file with comments | « bower_components/marked/test/tests/main.html ('k') | bower_components/marked/test/tests/markdown_documentation_basics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698