Make sure compiled presentations are standalone
For instance, for mathjax math I had to change it to svg, but there are still assets that are not included I think.
But more importantly, fonts need to be included for all browser to display the presentation the same!
Here I am indeed seeing slightly different outputs on two macs that I use to work on a presentation. I reckon the difference is the set of installed fonts. Is there a way to specify fonts in the markdown source file?
Thanks for the report! That motivates me to work on that.
You can embed HTML in markdown, so that might be the way to go as a workaround (until I fix this particular issue!) I think embedding CSS could be a way:
<style>body { font: ... } </style>
Sorry, I haven't yet been able to work on this...
Another subissue:
-
<script src=...>and<img src=...>are not detected and included. For image there is a way () but for scripts there is no convenient way!
Since #150, fonts used in the themes are base64-inlined in the CSS. So I am not aware of anything missing in compiled presentations, this issue can be closed! (But @nilsbecker if you test it and it fails, feel free to ask for reopening)