New features:
- PDF export settings added (Located under
File -> Settings
) - New Lines are automatically converted to empty space. You can now add empty lines via the
Enter key
. - MathJax support added
Changes:
- Total page numbers are now displayed in PDF footer. Can be disabled via the footer template in the settings
- Decreased line thickness of blockquotes
- Added underline for h1, h2, h3, h4, h5, h6 tags
- Optimized markdown rendering performance
- Updated dependencies
Fixes:
- Prevented XSS when inputting malicious markdown
PRs:
- Settings: Add pdf export settings by @JonBunator in #9
- Optimize markdown rendering by @JonBunator in #10
- Editor: Add break line support by @JonBunator in #11
- Add MathJax support by @JonBunator in #12
- Update dependencies by @JonBunator in #13
- Fix wrong multiline MathJax detection by @JonBunator in #14
- Fix loading of settings from config by @JonBunator in #15
- Fixed buggy break lines, changed css styling, fixed xss bug by @JonBunator in #17
Full Changelog: v1.1.0...v1.2.0