gnab / remark

A simple, in-browser, markdown-driven slideshow tool.
http://remarkjs.com
MIT License
12.68k stars 856 forks source link

remarkise fails to separate the slides #634

Closed raysan5 closed 3 years ago

raysan5 commented 3 years ago

I tried using a markdown file with remarkise but when I drag&drop the file, the slides are not separated. That's what I got:

remarkise_issue

I attach the remark_test.md file used: remark_test.txt

raysan5 commented 3 years ago

I finally got it working. It seems issue could be related to line-break at the beginning of the file or the end-of-line style (CR+LF vs LF).