Governance
Sketch of the N4O Governance-structure
Subtitle
Markdown als Kramdown
in diese description
-Felder kann markdown als Kramdown geschrieben werden:
Einige wichtige Formatierungsmöglichkeiten:
Links:
Syntax:
[Ende des Internets](https://hmpg.net/)
gerendert als:
Link innerhalb einer Seite mit Verweis auf anchor id-text
:
Syntax:
[nach oben](#page-title)
[zum Abschnitt](#id-text)
gerendert:
Überschriften
Syntax
# Überschrift 1
wird über `title` im CMS festgelegt
## Überschrift 2
geht aus als anchor mit Überschrift 2 {#id-text}
### Überschrift 3
usw.
gerendert als:
Überschrift 1
wird über title
im CMS festgelegt
Überschrift 2
geht aus als anchor mit Überschrift 2 {#id-text}
Überschrift 3
usw.
Listen
* ungeordnete Liste
* und
* so
* weiter
-
ungeordnete Liste
- und
- so
-
weiter
Zitate
Syntax
> This is a blockquote.
gerendert als:
This is a blockquote.
Text
kursiv, fett, fett und kursiv, durchgestrichen
Span Inline Attributes (IALs)
Syntax
This *is*{:.underline} some `code`{:#id}{:.class}.
A [link](test.html){:rel='something'} and some **tools**{:.tools}.
This *is italic*{::}*marked*{:.special} text
gerendert:
This is some code
.
A link and some tools.
This is italicmarked text
Tabellen
Syntax:
|-----------------+------------+-----------------+----------------|
| Default aligned |Left aligned| Center aligned | Right aligned |
|-----------------|:-----------|:---------------:|---------------:|
| First body part |Second cell | Third cell | fourth cell |
| Second line |foo | **strong** | baz |
| Third line |quux | baz | bar |
|-----------------+------------+-----------------+----------------|
| Second body | | | |
| 2 line | | | |
|=================+============+=================+================|
| Footer row | | | |
|-----------------+------------+-----------------+----------------|
gerendert:
|—————–+————+—————–+—————- | ||||
---|---|---|---|---|
Default aligned | Left aligned | Center aligned | Right aligned | |
First body part | Second cell | Third cell | fourth cell | |
Second line | foo | strong | baz | |
Third line | quux | baz | bar | |
Second body | ||||
2 line | ||||
Footer row |
Text um Überlauf abzufangen