ferrous-systems / teaching-material2

teaching-material v2.0
7 stars 2 forks source link

Try pandoc instead of marp #9

Open jonathanpallant opened 1 year ago

jonathanpallant commented 1 year ago

pandoc does a better job of parsing markdown than marp does. In particular, it has the rule:

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

This means we don't need to add horizontal breaks (---) manually to the slides (which would spoil the mdbook output).

pandoc can output:

jonathanpallant commented 1 year ago

Paging @Mirabellensaft and @miguelraz