diff options
author | VonC | 2013-10-29 14:28:29 +0100 |
---|---|---|
committer | VonC | 2013-11-04 16:31:51 +0100 |
commit | 2cdd1afe85d027089bdb30689536e8743d7bb4ba (patch) | |
tree | b8e9d2861edb9077ded24728ec2f2e2f4ec6cfe1 /test | |
parent | 492a09495578655076e3b4e8492918940cd0f1f2 (diff) |
Remove console.log debugs, and fix tabs
Diffstat (limited to 'test')
-rw-r--r-- | test/test-markdown-attributes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-markdown-attributes.html b/test/test-markdown-attributes.html index 780f2be..ed49ad4 100644 --- a/test/test-markdown-attributes.html +++ b/test/test-markdown-attributes.html @@ -25,8 +25,8 @@ <section data-markdown data-separator="^\n\n\n" data-vertical="^\n\n" data-notes="^Note:" - data-attributes="^\s*?--\s(.*?)$" - data-charset="utf-8"> + data-attributes="^\s*?--\s(.*?)$" + data-charset="utf-8"> <script type="text/template"> # Test attributes in Markdown ## Slide 1 |