iamgio/quarkdown

[Enhancement] Support specifying sizes in `em` units

Open

#595 opened on Jul 14, 2026

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Kotlin (387 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (13,975 stars)
PR merge metrics
 (Avg merge 1d 6h) (31 merged PRs in 30d)

Description

Before submitting

  • I am using the latest version of Quarkdown.
  • I have checked the wiki to confirm this feature doesn't already exist.
  • I have searched existing issues for duplicates.

Description

That would be rather handy when sizing inline content

.var {rectangle} {.container width:{.7em} height:{1em} background:{limegreen} border:{white} borderwidth:{.15em}}

.rectangle FOO .rectangle BAR .rectangle

The above would render as ↓

Proposed syntax or behavior

Additional context

No response

Contributor guide