Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| wiki:plugins:markdownpage [2021/12/09 22:22] – Externe Bearbeitung 127.0.0.1 | wiki:plugins:markdownpage [2024/02/06 14:09] (aktuell) – wenicdpe | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ==== Markdown ==== | ||
| + | |||
| + | < | ||
| < | < | ||
| Zeile 21: | Zeile 24: | ||
| > | > | ||
| > ## This is an H2 in a blockquote | > ## This is an H2 in a blockquote | ||
| + | |||
| + | #### Header 4 | ||
| + | |||
| + | simple paragraph: *emph* **strong** `mono`. | ||
| + | |||
| + | Lists: | ||
| + | |||
| + | - Point 1 | ||
| + | - Point 2 | ||
| + | - Point 3 | ||
| + | |||
| + | * Point 1 | ||
| + | * Point 2 | ||
| + | * Point 3 | ||
| + | |||
| + | - First item | ||
| + | - Second item | ||
| + | - Third item | ||
| + | - Indented item | ||
| + | - Indented item | ||
| + | - Fourth item | ||
| + | |||
| + | 1. First item | ||
| + | 2. Second item | ||
| + | 3. Third item | ||
| + | 1. Indented item | ||
| + | 2. Indented item | ||
| + | 4. Fourth item | ||
| + | |||
| + | Quote: | ||
| + | |||
| + | > Dorothy followed her through many of the beautiful rooms in her castle. | ||
| + | > | ||
| + | > > The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood. | ||
| + | |||
| + | > > Lorem ipsum dolor sit amet, consetetur sadipscing elitr, | ||
| + | > > sed diam nonumy eirmod tempor invidunt ut labore et dolore | ||
| + | > magna aliquyam erat, sed diam voluptua. At vero eos et accusam | ||
| + | > et justo duo dolores et ea rebum. | ||
| + | |||
| + | > #### The quarterly results look great! | ||
| + | > | ||
| + | > - Revenue was off the chart. | ||
| + | > - Profits were higher than ever. | ||
| + | > | ||
| + | > *Everything* is going according to **plan**. | ||
| + | |||
| + | Links: | ||
| + | [Link to DokuWiki](https:// | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||
| + | < | ||
| + | |||
| + | A First Level Header | ||
| + | ==================== | ||
| + | |||
| + | A Second Level Header | ||
| + | --------------------- | ||
| + | |||
| + | Now is the time for all good men to come to | ||
| + | the aid of their country. This is just a | ||
| + | regular paragraph. | ||
| + | |||
| + | The quick brown fox jumped over the lazy | ||
| + | dog's back. | ||
| + | |||
| + | ### Header 3 | ||
| + | |||
| + | > This is a blockquote. | ||
| + | > | ||
| + | > This is the second paragraph in the blockquote. | ||
| + | > | ||
| + | > ## This is an H2 in a blockquote | ||
| + | |||
| + | #### Header 4 | ||
| + | |||
| + | simple paragraph: *emph* **strong** `mono`. | ||
| + | |||
| + | Lists: | ||
| + | |||
| + | - Point 1 | ||
| + | - Point 2 | ||
| + | - Point 3 | ||
| + | |||
| + | * Point 1 | ||
| + | * Point 2 | ||
| + | * Point 3 | ||
| + | |||
| + | - First item | ||
| + | - Second item | ||
| + | - Third item | ||
| + | - Indented item | ||
| + | - Indented item | ||
| + | - Fourth item | ||
| + | |||
| + | 1. First item | ||
| + | 2. Second item | ||
| + | 3. Third item | ||
| + | 1. Indented item | ||
| + | 2. Indented item | ||
| + | 4. Fourth item | ||
| + | |||
| + | Quote: | ||
| + | |||
| + | > Dorothy followed her through many of the beautiful rooms in her castle. | ||
| + | > | ||
| + | > > The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood. | ||
| + | |||
| + | > > Lorem ipsum dolor sit amet, consetetur sadipscing elitr, | ||
| + | > > sed diam nonumy eirmod tempor invidunt ut labore et dolore | ||
| + | > magna aliquyam erat, sed diam voluptua. At vero eos et accusam | ||
| + | > et justo duo dolores et ea rebum. | ||
| + | |||
| + | > #### The quarterly results look great! | ||
| + | > | ||
| + | > - Revenue was off the chart. | ||
| + | > - Profits were higher than ever. | ||
| + | > | ||
| + | > *Everything* is going according to **plan**. | ||
| + | |||
| + | Links: | ||
| + | [Link to DokuWiki](https:// | ||
| </ | </ | ||