backslide
backslide copied to clipboard
About output html files
My slides contain both images and mathjax formulars.
I tried to export html file.
When use --no-inline options, the formula displays normally, however, the figures location will be a fullpath instead of a relative path(in this case if I move html file to a host it will not work).
When use bs e
to export, the figure is converted to string data and can be displayed correctly. However the formula will not display correctly.
Is there anyway to solve this problem?
Thanks.
See this issue: https://github.com/sinedied/backslide/issues/5
In short: MathJax use lazy loading, therefore it does not play well with inlining.
As for the path issue when --no-inline
is used, I think it's related to this PR: https://github.com/sinedied/backslide/pull/16
The full path fixing should be configurable with an option as it seems that it breaks online publication.
Until this is fixed then you can use the 2.1.0
version that does not includes full path replacement.