Skip to content
Giorgio Garofalo edited this page Nov 3, 2024 · 1 revision

Quarkdown introduces the concept of figure, which is missing in base Markdown. A figure wraps an image and is horizontally centered.

Demo: about Quarkdown's logo

 

If a paragraph only consists of a single image (in other words: an isolated image), then it becomes a figure.

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

![...](img.png)

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

If the image contains a title attribute (wrapped in double quotes, single quotes or parentheses), it is displayed as a caption.

![Logo](quarkdown-icon.svg "The Quarkdown icon.")

The image size feature works on figures as well.

Figures can be numbered: see Numbering for further information.

Getting started [NEW!]

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