Skip to content

Releases: sbarex/QLMarkdown

Release 1.0.17 (42)

22 May 06:44
Compare
Choose a tag to compare

counter

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.

Release 1.0.16 (41)

05 May 10:23
Compare
Choose a tag to compare

counter

New features:

  • Support mathematical expressions with the MathJax engine.
  • Update libraries:
    • cmark-gfm 0.29.0.gfm.11
    • highlight 4.5
    • lua 5.4.4
    • libmagic 5.44
    • go-enry v2.8.4
    • boost.
  • Settings UI redesigned.

Bugfix:

  • Alt attribute for emoji rendered as image.

Release 1.0.15 (40)

04 Apr 21:36
Compare
Choose a tag to compare

counter

New features:

  • The markdown file is automatically reloaded when it is edited outside of the app.
  • Preliminary support for Quarto files (.qmd).

Release 1.0.14 (39)

23 Feb 07:50
Compare
Choose a tag to compare

counter

Bugfix:

  • Allows you to use ... to end the yaml header block.

1.0.13

11 Feb 16:46
Compare
Choose a tag to compare

counter

1.0.13 (38)

Bugfix:

1.0.12 (37)

Bugfix:

  • Better procedure for install the command line tool.
  • Fixed the bug that prevented the processing of html raw images when they are not inserted in a html block element.

1.0.12

11 Feb 14:26
Compare
Choose a tag to compare
Bugfix.

1.0.11

27 Jan 22:53
Compare
Choose a tag to compare

counter

New features:

  • Support for opening markdown files (by dragging the file onto the app icon)
  • Support for exporting the markdown code.
  • Sparkle updated to release 2.0.0.

Bugfix:

  • Fix for heads with dash.
  • Implemented missing behavior for the color scheme editor.
  • Fix for installation of the command line tool.

1.0.10

29 Dec 15:35
Compare
Choose a tag to compare

New features:

  • Better performance for heads extension.
  • Better performance for inline images on raw html fragments.
  • Option for automatic saving of settings changes.
  • GUI optimization.
    Bugfix:
  • Fixed settings save.

1.0.9

27 Dec 11:17
Compare
Choose a tag to compare

New features:

  • Experimental support for defining the size of the Quick Look window.
  • Magic file updated to release 5.41.
    Bugfix:
  • Fixed cross compile compilation of file library.

1.0.8: Bugfix

17 Dec 19:18
Compare
Choose a tag to compare
  • Fixed bug for undefined source code theme.
  • Fixed bug on settings sync delay in the Quick Look preview on macOS Monterey.