diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-04-12 18:22:33 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-04-12 18:22:39 +0200 |
commit | 7f55e07f85f69443e23fc3d46c55f44a75e29afe (patch) | |
tree | b5e7f89ecde9b247b203121d46d6cae728e82284 /test/test-markdown-element-attributes.html | |
parent | 4e3b91ae03da5a82be4e221dae5c3aa45401359d (diff) | |
download | fosdem-2018-presentation-7f55e07f85f69443e23fc3d46c55f44a75e29afe.tar fosdem-2018-presentation-7f55e07f85f69443e23fc3d46c55f44a75e29afe.tar.gz |
fix markdown test
Diffstat (limited to 'test/test-markdown-element-attributes.html')
-rw-r--r-- | test/test-markdown-element-attributes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-markdown-element-attributes.html b/test/test-markdown-element-attributes.html index fd44cd2..6edf95e 100644 --- a/test/test-markdown-element-attributes.html +++ b/test/test-markdown-element-attributes.html @@ -38,9 +38,9 @@ Paragraph 2 <!-- {_class="fragment grow"} --> - - list item 1 <!-- {_class="fragment"} --> - - list item 2 <!-- {_class="fragment"} --> - - list item 3 <!-- {_class="fragment"} --> + - list item 1 <!-- {_class="fragment grow"} --> + - list item 2 <!-- {_class="fragment grow"} --> + - list item 3 <!-- {_class="fragment grow"} --> --- |