Skip to content
Giorgio Garofalo edited this page Apr 7, 2025 · 3 revisions

The .float {alignment} function can turn any content into a floating element, breaking the normal flow and allowing subsequent content to wrap around it.

alignment accepts start or end.

.float {start}
    !(80%)[Quarkdown](icon.png)

.loremipsum
Floating image

 

Along with images, any other content can become floating:

.float {end}
    .box {Hello} type:{warning}
        Floating!

.loremipsum
Floating box
Clone this wiki locally