500 Advents- und Weihnachtsimpulse:
#OER #CC0 #Liascript #MarkDown
Lia
LiaScript is a service for running free and interactive online courses, build with its own Markup-language. So check out the following course ;-)






"Optional title")
## Blockquotes
> This is a blockquote
>
> It can span multiple lines
## Code
Inline `code` has back-ticks around it.
```
Code blocks
are fenced
by three back-ticks
```
## Horizontal Rule
---
## Tables
| Header 1 | Header 2 | Header 3 |
|----------|----------|----------|
| Row 1, Column 1 | Row 1, Column 2 | Row 1, Column 3 |
| Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |
## Task Lists
- [x] Completed task
- [ ] Uncompleted task
## Footnotes
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
## Escaping Characters
\*This text is surrounded by literal asterisks\*


