Skip to content
Giorgio Garofalo edited this page Feb 25, 2025 · 2 revisions

The .clip {shape} block function allows clipping its content to a defined shape.

Supported shapes:

  • circle
![Sky](sky.jpg)

.clip {circle}
    ![Sky](sky.jpg)
Circle sky

 

In case of a figure only the content is affected, leaving its caption intact:

![Sky](sky.jpg "A beautiful sky.")

.clip {circle}
    ![Sky](sky.jpg "A beautiful sky.")
Circle sky figure

 

Not just images — clipping works with any content. Here a container is used:

.clip {circle}
    .container padding:{2cm} background:{orange}
        #! Hello!
Circle container

Documentation

CLI tools

Markdown enhancements

Functions

Setting up

Multi-file projects

Layout

Charts & diagrams

Scripting & control flow

Utilities

Slides

I/O

Native content

Value types

Built-in libraries

  • Paper: abstract, definitions, theorems, and more

Extra features

Inside Quarkdown

Clone this wiki locally