Implementation of marp for slide shows #7377
harrelfe
started this conversation in
Feature Requests
Replies: 1 comment 3 replies
-
You can get part of the way there using format: commonmark in the
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I just discovered
marp
for producing beautiful slide shows from simplemarkdown
specifications similar to the markdown used in slide presentations withQuarto
.marp
produces self-containedhtml
files and alsopptx
,pdf
, and others. The reason for usingmarp
is that thehtml
files it produces are 50 times smaller than those produced byreveal.js
and 8 times smaller than those produced byioslides
, in some simple tests I ran. Themarp
command line program is a standalone binary that’s not too big. What about adding it toQuarto
’s repertoire?Beta Was this translation helpful? Give feedback.
All reactions