Skip to content

Releases: sbarex/QLMarkdown

Release 1.0.20 (45)

05 Aug 17:54
Compare
Choose a tag to compare

counter

New Features:

  • Support for some extended syntax:
    • highlight text with ==
    • subscript (~) and superscript (^)

Release 1.0.19 (44)

05 Jun 04:56
Compare
Choose a tag to compare

counter

Bugfix:

  • Fixed saving about flag settings.

Release 1.0.18 (43)

04 Jun 19:46
Compare
Choose a tag to compare

counter

New Features:

  • Support for com.nutstore.down UTI.
  • 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)

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.