Skip to content

Whitespace

Giorgio Garofalo edited this page Oct 5, 2024 · 2 revisions

Blank space can be added anywhere via the .whitespace function, which accepts optional width and height Size arguments.

  • If none is set, a simple whitespace character is rendered ( ), useful to add blank lines.
  • If at least one is set, a rectangle of that size is rendered. This might not always work if it's outside of layout functions.
Line 1

.whitespace <!-- A larger line break -->

Line 2
.row
  A

  .whitespace width:{2px}

  B

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