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

Documentation

CLI tools

Markdown enhancements

Functions

Setting up

Multi-file projects

Layout

Charts & diagrams

Scripting & control flow

Utilities

Slides

I/O

Value types

Built-in libraries

  • Paper: abstract, definitions, theorems, and more

Native content

Extra features

Inside Quarkdown

Clone this wiki locally