Skip to content

Table caption

Giorgio Garofalo edited this page Sep 25, 2025 · 5 revisions

The Quarkdown flavor introduces table captions, which can be set by adding a line right under the table. The content is wrapped between double quotes, single quotes or parentheses, exactly like the image title attribute and code captions.

| Country | Capital |
|---------|---------|
| England | London  |
| Italy   | Rome    |
| France  | Paris   |
"Capitals of Europe"
Result

 

The caption must be located immediately next to the table, on a new line. The following example renders a paragraph instead of a caption:

| Country | Capital |
|---------|---------|
| England | London  |
| Italy   | Rome    |
| France  | Paris   |

"Capitals of Europe"
Wrong

 

Tables can also 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