ChemE contents
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
Page Index
Trash
All Syntax Features
home original
An Otter Wiki
Trash
All Syntax Features
8ad060
Commit
8ad060
2025-04-19 15:51:29
Nuno Oliveira
: -/-
Trash/All Syntax Features.md
..
@@ 1,5 1,15 @@
+
---
+
draft: false
+
date: 2025-02-24
+
---
+
# All Syntax Features
+
::: info
+
Please see also the [User Guide](/-/help) and [Markdown syntax](/-/help/syntax) guides
+
in the Documentation section for help on features (in top right hand side menu).
+
:::
+
This page should be an example for all the syntax features supported
by An Otter Wiki. You display the markdown code via
<span class="help-button"><span class="btn btn-square btn-sm">
@@ 16,6 26,13 @@
words will be rendered
as paragraph.
+
```mermaid
+
flowchart
+
NO_MM(["Start"])
+
MM(["End"])
+
NO_MM -- this process --> MM
+
```
+
Individuals words or sentences can be emphasized as `monospace`, **bold**, _italic_
or **_bold and italic_**. Or go wild and ==mark== or ~~strike out~~ words.
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