ionelmc / python-darkslide

Generate HTML5 slideshows from markdown, ReST, or textile
http://ionelmc.github.io/python-darkslide/
Apache License 2.0
98 stars 22 forks source link

First slide must start with an H1 #36

Open timp opened 5 months ago

timp commented 5 months ago

To reproduce:

$ echo "# hi" > t.md $ darkslide t.md Adding 't.md' (markdown) Generated file: presentation.html $ echo "## hi" > t.md $ darkslide t.md Error: list index out of range Adding 't.md' (markdown)

I was only using an h2 for formatting, so will fix formatting in h1.