# is-gui
im Tab Einstellungen
Wähle den Menüpunkt Datei Öffnen
im Tab _Einstellungen_
Wähle den Menüpunkt __Datei__ :mdi-chevron-right: __Öffnen__
1
2
2
# multimd-table
Grouping | ||
---|---|---|
First Header | Second Header | Third Header |
Content | Long Cell | |
Content | Cell | Cell |
New section | More | Data |
And more | With an escaped ‹\|› |
| | Grouping ||
First Header | Second Header | Third Header |
------------ | :-----------: | -----------: |
Content | *Long Cell* ||
Content | **Cell** | Cell |
New section | More | Data |
And more | With an escaped '\\|' ||
[Prototype table]
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
https://www.npmjs.com/package/markdown-it-multimd-table (opens new window)
# implicit-figures
![Stormtroopocat](./images/stormtroopocat.jpg)
1
https://www.npmjs.com/package/markdown-it-implicit-figures (opens new window)
# Icons (MDI)
<span style="font-size:3rem">:mdi-island: :mdi-soccer:</span>
1
https://www.npmjs.com/package/markdown-it-mdi (opens new window)
# deflist
- Definition 1
- Erklärung 1a
- Erklärung 1b
- Definition 2
- Erklärung 2
Definition 1
: Erklärung 1a
: Erklärung 1b
Definition 2
: Erklärung 2
1
2
3
4
5
6
2
3
4
5
6
https://github.com/markdown-it/markdown-it-deflist (opens new window)
# kbd
Ctrl + x
[[Ctrl]] + [[x]]
1
https://www.npmjs.com/package/markdown-it-kbd (opens new window)
# decorate
![Minion](./images/minion.png)<!-- {.small} -->
1
https://github.com/rstacruz/markdown-it-decorate (opens new window)