-
Notifications
You must be signed in to change notification settings - Fork 0
Special emphasized text blocks
Andreas Behringer edited this page Apr 7, 2025
·
4 revisions
There currently are special text blocks to emphasize paragraphs: CITE, NOTE, INFO, WARN.
Used for citations and is decorated with a big opening graphical quote sign.
Used for an annotation to remember. It is decorated with a text bubble.
Is used for an info block and is decorated with an I-character in a circle
Can be used for warning texts and is decorated with an exclamation mark in an octagon like a stop sign.
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
```