thorstenb / odpdown

Generate OpenDocument Presentation (odp) files from markdown
Other
107 stars 18 forks source link

Support for text only -slide #40

Open mhavo opened 8 years ago

mhavo commented 8 years ago

Now new-slide is inserted every time there is level 1 header. It would be nice follow same syntax as rest of pandoc-world. Or am I missing something?

http://pages.stat.wisc.edu/~yandell/statgen/ucla/Help/Producing%20slide%20shows%20with%20Pandoc.html

thorstenb commented 7 years ago

So your proposal is to add support for the horizontal rule special-casing in pandoc?

mhavo commented 7 years ago

Key of my proposal is here:

The document is carved up into slides according to the following rules:

A horizontal rule always starts a new slide.

A header at the slide level always starts a new slide.

Headers below the slide level in the hierarchy create headers within a slide.

Headers above the slide level in the hierarchy create “title slides,” which just contain the section title and help to break the slide show into sections.

A title page is constructed automatically from the document’s title block, if present. (In the case of beamer, this can be disabled by commenting out some lines in the default template.)

thorstenb commented 7 years ago

I take that as a 'yes'. ;)