Skip to content

Special emphasized text blocks

Andreas Behringer edited this page Apr 7, 2025 · 4 revisions

Special text blocks

There currently are special text blocks to emphasize paragraphs: CITE, NOTE, INFO, WARN.

CITE

Used for citations and is decorated with a big opening graphical quote sign.

NOTE

Used for an annotation to remember. It is decorated with a text bubble.

INFO

Is used for an info block and is decorated with an I-character in a circle

WARN

Can be used for warning texts and is decorated with an exclamation mark in an octagon like a stop sign.

General usage

Write a text block between ```-characters and after the opening write cite, note, info or warn as keywords.

``` info

This would be the text in the info block

```

Clone this wiki locally