Download Latest Version quarkdown-linux-x64.zip (97.0 MB)
Email in envelope

Get an email when there's a new version of Quarkdown

Home / v2.4.1
Name Modified Size InfoDownloads / Week
Parent folder
quarkdown-linux-x64.zip 2026-07-26 97.0 MB
quarkdown-macos-aarch64.zip 2026-07-26 92.8 MB
quarkdown-macos-x64.zip 2026-07-26 93.8 MB
quarkdown-windows-x64.zip 2026-07-26 93.1 MB
README.md 2026-07-26 2.2 kB
v2.4.1 source code.tar.gz 2026-07-26 16.1 MB
v2.4.1 source code.zip 2026-07-26 17.0 MB
Totals: 7 Items   409.8 MB 0

Added

 

em size units

Size values now support the font-relative em unit, e.g. 2em, 0.7em.

Thanks @arpitagarwal1301!

 

Fixed

 

Inline replacement lambdas accept nested function calls

Node-returning function calls, such as .text, can now be used in .match and other body lambdas as expected.

:::markdown
.match {Quarkdown takes its name from quarks} pattern:{[Qq]uark(down|s)?}
    .1::text color:{purple} decoration:{underline}

 

Chained .extend composes in declaration order

Multiple extensions on the same function now stack in the correct LIFO declaration order. The following snippet now correctly renders the heading in red, rather than blue:

:::markdown
.extend {heading}
    .super foreground:{blue}

.extend {heading}
    .super foreground:{green}

.extend {heading}
    .super foreground:{red}

## Heading

 

.match in chained extensions sees content correctly

Fixed the ability to chain multiple .match calls onto the same content:

:::markdown
.extend {paragraph}
    content:
    .super
        .content::match {A}
            .1::text color:{blue}

.extend {paragraph}
    content:
    .super
        .content::match {B}
            .1::text color:{red}

 

Fixed empty pages on CSS declarations

Fixed an issue that caused .css and .cssproperties to produce empty pages in paged documents when the declaration was before an H1.

Thanks @arpitagarwal1301!

 

Backslashes allowed in all-in-one footnotes

Escape sequences and any content containing a backslash, such as math expressions, are now recognized inside the [^label: ...] form of footnote definitions.


Sponsors

Thanks to our sponsors! 🎉

@vitto4

Falconer

Source: README.md, updated 2026-07-26