diff options
author | Benjamin Tan <demoneaux@gmail.com> | 2016-12-08 17:41:55 +0800 |
---|---|---|
committer | Benjamin Tan <demoneaux@gmail.com> | 2016-12-08 17:41:55 +0800 |
commit | 90b301d0a03b8b23ce755c31ec6dac15cf69dc49 (patch) | |
tree | 6079937a9f78770c1bf291da38716782f0ac6e5a /test/test-markdown.html | |
parent | 2bd6b563be65bb0ff95593b30572ca72fd3e8b77 (diff) | |
download | fosdem-2018-presentation-90b301d0a03b8b23ce755c31ec6dac15cf69dc49.tar fosdem-2018-presentation-90b301d0a03b8b23ce755c31ec6dac15cf69dc49.tar.gz |
Enable passing options for parsing Markdown.
Closes #1163, #1495.
Diffstat (limited to 'test/test-markdown.html')
-rw-r--r-- | test/test-markdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-markdown.html b/test/test-markdown.html index 7ff0efe..52b39ff 100644 --- a/test/test-markdown.html +++ b/test/test-markdown.html @@ -13,7 +13,7 @@ <body style="overflow: auto;"> <div id="qunit"></div> - <div id="qunit-fixture"></div> + <div id="qunit-fixture"></div> <div class="reveal" style="display: none;"> |