Skip to content
Snippets Groups Projects
Commit 4dabd439 authored by Benjamin Tan's avatar Benjamin Tan
Browse files

Fix testing on Windows machines.

Windows carriage return line endings were not being tested for.

Fixes #2087.
parent e704b3ff
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
<div class="reveal" style="display: none;">
<div class="slides">
<section data-markdown="simple.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
<section data-markdown="simple.md" data-separator="^\r?\n\r?\n\r?\n" data-separator-vertical="^\r?\n\r?\n"></section>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment