Releases: sbarex/QLMarkdown
Releases · sbarex/QLMarkdown
Release 1.5.0 (51)
New Features:
- Application is now codesigned and notarized!
- Option to set the base font size.
- All dependency libraries have been updated.
- The application size has been reduced.
Marmeid.jsandMathJax.jslibraries can be linked to the web or embedded in the html output. You can also update from the web to the last release of the libraries.
Breaking changed:
- This release will reset all previous settings.
- The command line tool do not more use the same settings of the main application or the Quick Look extension.
- Command line tool uses some different arguments.
- Dropped support for guess the scripting language inside fenced blocks.
Release 1.0.24 (50)
New Features:
- Support to Mermaid diagram (thanks to @SethCalkins and @Alfahad)
Bugfix:
- sub/sup extension.
- support for encoded url for inline images.
- removed some legacy code (thanks to @deepc0py)
Release 1.0.23 (48)
Release 1.0.23 (49)
Release 1.0.22 (47)
New Features:
- Support for MDX files (
.mdx, without JSX rendering). - Support for Cursor Rulers files (
.mdc). - Highlight updated to 4.16.
- Lua updated to 5.4.7.
- File updated to 5.46.
- Enry updated to 2.9.2.
- Support for UTI
io.typora.markdown.
Bugfix:
- Rewrite settings management to bypass warnings about accessing settings from other applications. You will need to reset any preferences you have changed.
- Unused code has been removed (including the ability to choose a theme for code formatting, now to change it you will need to edit the css file)
Release 1.0.21 (46)
Release 1.0.20 (45)
Release 1.0.19 (44)
Release 1.0.18 (43)
New Features:
- Support for
com.nutstore.downUTI. - cmark-gfm updated to version 0.29.0.gfm.13.
- pcre2 updated to version 10.43.
- Enty updated to version 2.8.8.
- Settings to show about app info on the footer preview.
- Link to buy me a ☕ ( ❤️ )
Bugfix:
- Exported html head title filled with the filename.
Release 1.0.17 (42)
New Features:
- Improved Math (Latex) support (thanks to @mccann):
- Prevent Markdown processing inside $'s
- Allow multi-line Latex, like that supported by:
- jupyter notebook
- vscode
- obsidian
- probably many more - only tested the above.
- Now prevents arbitrary html getting passed through.