Closed thisismygitrepo closed 10 months ago
Sure, now that there's a config file this can be added as an option. So you'll enable some option and that will let you use ---
to end a slide. I can add this tomorrow.
Do note that you can use this option so slide ends are implicit so that may work for you if you're using slide titles in every slide.
This is fixed in master. You set this in the config file or in the front matter for each presentation, the option name is end_slide_shorthand
.
e.g. this presentation has 2 slides:
---
options:
end_slide_shorthand: true
---
first slide
--------
second slide
I've used
Marp
andslidev
and both tools follow a syntax where---
is the directive fornew slide
. Inpresenterm
however, its like<-----!end slide ---->
IMH:
I really like
presenterm
and I'm wondering if it is possible to add option/ cli flag to choose syntax. I don't feel like its a low hanging fruit. The advantage would be interopability and drop-in replacement for other popular tools.Thanks.