0.2.7 - PDF Export compatibility (HTML sidenotes only)
Adds:
- option to integrate sidenotes into a PDF export - for HMTL sidenotes only right now. To make it compatible with footnotes is more difficult. The plugin will have to dynamically add HTML into the document temporarily in the moment PDF export happens for them to be shown as sidenotes. I've tried so far without success so I'll keep experimenting with it.
Fixes:
- HTML sidenotes allows new lines within a sidenote (SHIFT+enter to make a new line). This can't really work with footnotes because of how Markdown footnotes work
- Other minor CSS fixes