bast / cicero

:microphone: Serving presentation slides written in Markdown.
https://cicero.xyz
GNU Affero General Public License v3.0
55 stars 17 forks source link

Documentation: show how to switch to 16:9 #82

Open bast opened 3 years ago

bast commented 3 years ago

myslides.body.html:

+<textarea id="source">
+{{ markdown }}
+</textarea>
+
+<script src="{{ engine_root }}/remark.min.js" type="text/javascript"></script>
+
+<script type="text/javascript">
+  var slideshow = remark.create({ratio: '16:9'});
+</script>