In Mein-Klassenzimmer können Texte ganz einfach formatiert werden.
Zum Beispiel wird
*Kursiv*
zu Kursiv oder
**Fett**
wird zu Fett.
Now some inline markup like _italics_, **bold**, and `code()`. Note that underscores in
words are ignored in Markdown Extra.
Now some inline markup like italics, bold, and code()
. Note that underscores in
words are ignored in Markdown Extra.
# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
line (or many), and can drone on for hours.
This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one line (or many), and can drone on for hours.
Here is a Markdown link to [Warped](http://warpedvisions.org), and a literal .
Now some SimpleLinks, like one to [google] (automagically links to are-you-
feeling-lucky), a [wiki: test] link to a Wikipedia page, and a link to
[foldoc: CPU]s at foldoc.
Here is a Markdown link to Warped, and a literal . Now some SimpleLinks, like one to [google] (automagically links to are-you- feeling-lucky), a [wiki: test] link to a Wikipedia page, and a link to [foldoc: CPU]s at foldoc.

* Bullet lists are easy too
- Another one
+ Another one
1. A numbered list
2. Which is numbered
3. With periods and a space
* * * *
****
--------------------------
| Header | Header | Right |
| ------ | ------ | -----: |
| Cell | Cell | $10 |
| Cell | Cell | $20 |
Header | Header | Right |
---|---|---|
Cell | Cell | $10 |
Cell | Cell | $20 |
th | th(center) | th(right)
---|:----------:|----------:
td | td | td
th | th(center) | th(right) |
---|---|---|
td | td | td |
{.table}
th | th | th
---|----|----
td | td | td
td | td | td2
th | th | th |
---|---|---|
td | td | td |
td | td | td |
{.table .table-striped}
th | th | th
---|----|----
td | td | td
td | td | td2
th | th | th |
---|---|---|
td | td | td |
td | td | td |
Weitere Variationen gibt es unter: https://getbootstrap.com/docs/4.0/content/tables/
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi[^note1] leo risus, porta ac consectetur ac.
[^note1]: Elit Malesuada Ridiculus
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi1 leo risus, porta ac consectetur ac.
> A nice blockquote
{: title="Blockquote title"}
{#id .class}
## Header
A nice blockquote
<html>
<head></head>
<bod></body>
</html>
- [ ] Eintrag 1
- [x] Eintrag 2
oder
- [x] foo
- [ ] bar
- [x] baz
- [ ] bim