Notes-up icon indicating copy to clipboard operation
Notes-up copied to clipboard

Support Markdown 3

Open loqs opened this issue 3 months ago • 0 comments

Summary / How this PR fixes the problem?

Adds support for https://github.com/Orc/discount/commit/b9e867b574d3ff206e69a1b16d0523aa796ed88b

  • Adds build time detection of libmarkdown >= 3.0.0
  • Add vala define MARKDOWN3 based on the above
  • Change flags to an integer
  • If MARDOWN3 is set pass the address of flags rather than the integer itself to mkd.compile

This PR fixes/implements the following bugs/features:

Fixes https://github.com/Philip-Scott/Notes-up/issues/400.

loqs avatar Sep 09 '25 18:09 loqs