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

Side by Side Diff: lib/src/prism/tests/languages/markdown+haml/markdown_inclusion.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month 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 :markdown
2 # Title 1
3
4 ~
5 :markdown
6 # Title 1
7
8 ----------------------------------------------------
9
10 [
11 ["filter-markdown", [
12 ["filter-name", ":markdown"],
13 ["title", [
14 ["punctuation", "#"],
15 " Title 1"
16 ]]
17 ]],
18 ["punctuation", "~"],
19 ["filter-markdown", [
20 ["filter-name", ":markdown"],
21 ["title", [
22 ["punctuation", "#"],
23 " Title 1"
24 ]]
25 ]]
26 ]
27
28 ----------------------------------------------------
29
30 Checks for Markdown filter in Haml. The tilde serves only as a separator.
31 Indentation is intentionally less than 1 tab, otherwise markdown is
32 interpreted as code.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698