Markdownvorlage.md hinzugefügt
This commit is contained in:
parent
5cfbd46502
commit
ff82ba82c0
32
Markdownvorlage.md
Normal file
32
Markdownvorlage.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Vorlage
|
||||||
|
Ich habe Angefangen ein Vorlagendokument zu erstellen um nicht immer nach gewissen Coodierungen googlen zu müssen. Bitte gerne ergänzen.
|
||||||
|
|
||||||
|
## Tabelle
|
||||||
|
<table>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Spalte 1</th>
|
||||||
|
<th>Spalte 2</th>
|
||||||
|
<th>Spalte 3</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>Inhalt</td>
|
||||||
|
<td>Inhalt</td>
|
||||||
|
<td>Inhalt</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Inhalt</td>
|
||||||
|
<td>Inhalt</td>
|
||||||
|
<td>Inhalt</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
### Spaltenbündig
|
||||||
|
| Linksbündig | Zentriert | Rechtsbündig |
|
||||||
|
| :--- | :---: | ---: |
|
||||||
|
| Inhalt | Inhalt | Inhalt |
|
||||||
|
| Inhalt | Inhalt | Inhalt |
|
||||||
|
|
Loading…
Reference in a new issue