An Otter Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
Menu
Installation
Configuration
Upgrade
User Guide
FAQ
Customization
Development
Examples
An Otter Wiki
Examples
All Syntax Features
39038e
Commit
39038e
2025-08-10 22:36:44
Ralph Thesen
: All Syntax features lacked a Mermaid example: Fixed.
examples/all syntax features.md
..
@@ 154,6 154,18 @@
x = {-b \pm \sqrt{b^2-4ac} \over 2a}.
```
+
## Mermaid diagrams
+
+
Using [Mermaid](https://mermaid.js.org/) you can create diagrams and visualizations in your wiki pages, e.g.
+
+
```mermaid
+
graph LR
+
A[Square Rect] -- Link text --> B((Circle))
+
A --> C(Round Rect)
+
B --> D{Rhombus}
+
C --> D
+
```
+
## Special blocks
An Otter Wiki supports also some special blocks, whose syntax is derived
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9