parent
1457431f9e
commit
86c895b971
3 changed files with 0 additions and 60 deletions
@ -1,19 +0,0 @@ |
|||||||
* point A |
|
||||||
* point B |
|
||||||
* sub A |
|
||||||
* sub B |
|
||||||
* sub sub A |
|
||||||
* sub C |
|
||||||
* sub D |
|
||||||
* point C |
|
||||||
* point D |
|
||||||
* point E |
|
||||||
* point F |
|
||||||
|
|
||||||
1. point 1 |
|
||||||
2. sub 1 |
|
||||||
1. sub sub 1 |
|
||||||
1. sub sub 2 |
|
||||||
3. sub 2 |
|
||||||
3. point 2 |
|
||||||
4. point 3 |
|
@ -1,2 +0,0 @@ |
|||||||
This is line one. |
|
||||||
This is line two. |
|
@ -1,39 +0,0 @@ |
|||||||
# Heading 1 |
|
||||||
#### lol **lol** |
|
||||||
|
|
||||||
* this **bold** and somewhat |
|
||||||
* kind of *italic* thing |
|
||||||
* is |
|
||||||
* a |
|
||||||
* list |
|
||||||
|
|
||||||
1. this is |
|
||||||
2. an ordered |
|
||||||
3. list |
|
||||||
|
|
||||||
Lorem **ipsum** dolor sit *amet*, `consetetur` sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. |
|
||||||
|
|
||||||
And we test: all [special chars][1] in random [text][hallo]. this [word][http://lol.de] is a link. |
|
||||||
|
|
||||||
### Testing an Image |
|
||||||
**bold** at the beginning |
|
||||||
|
|
||||||
lol 1 bild  |
|
||||||
|
|
||||||
| Spalte 1 | Spalte 2 | Spalte 3 | |
|
||||||
|:---------|-----:----|---------:| |
|
||||||
| value a | value b | value c | |
|
||||||
|
|
||||||
At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. 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. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. {class: rot} |
|
||||||
|
|
||||||
``` |
|
||||||
//this should be a codeblock |
|
||||||
function helloWorld() : void { |
|
||||||
echo "Hello World!"; |
|
||||||
} |
|
||||||
|
|
||||||
helloWorld(); |
|
||||||
``` |
|
||||||
|
|
||||||
[1]: https://these-are-references:0 |
|
||||||
[hallo]: ulululu |
|
Loading…
Reference in new issue