| layout | page |
|---|---|
| title | Markdown-Example - Source-Code |
| description | project infos |
| header-img | img/about-bg.jpg |
This is a regular paragraph, which will be displayed normally on the website. By adding two line breaks you start a new paragraph.
Within a paragraph there can be bold text and italic text. Alternatively you can mark bold text and _italic text with underscores.
Headlines are marked with one or multiple hashes at the beginning of a line. One hash stands for a logical (sub-)level of the outline. Please remember to keep the outline of the document logical.
There two types of lists. Ordered (beginning with an arabic number with a dot) and unordered lists (beginning with a - or *). An ordered list is automatically numbered by Markdown.
- unordered point 1
- unordered point 2
- unordered point 3
- point 1
- point 2 (automatic numbering!)
- point 3
- point 4 (automatic numbering!)
Links are displayed in the following syntax: [Linkbeschreibung](URL des Links).
Images are written in the following syntax:
Tables can be created with the following syntax:
| Header1 | Header2 | Header3 | Header4 |
|---|---|---|---|
| Tablecell1 | Tablecell2 | Tablecell3 | Tablecell4 |
| Tablecell1 | Tablecell2 | Tablecell3 | Tablecell4 |
