MarkDown
Basics
Header
Start section / sub-section of your document with a header
Paragraph
To create line breaks, add two space characters at the end of a line.
To create paragraphs, use a blank line to separate one or more lines of text.
Paragraphs
Emphasize text
You can add emphasis by making text bold, italic, strikethrough or combine them alltogether.
Text emphasis
Hyperlinks
Hyperlinks
Images
Images
![ZIB Logos](https://www.helmholtz-berlin.de/media/media/oea/vorlagen/cd/logos/hzb/hzb-logo-a4-rgb.jpg){ align=left width="300" }
<figure markdown="span">
![Image title](https://www.zib.de/sites/default/files/pressmaterial_previews/Logovorschau_0.png){ align=left width="300" }
<figcaption>ZIB Logos</figcaption>
</figure>
Tables
Tables
Diagrams
Diagrams
flowchart LR
A[Create Issue] --> B[Create MR];
B[Create MR] --> C[Pull/Checkout Branch];
C[Pull/Checkout Branch] --> D[Commit/Push];
D[Commit/Push] --> E[Merge];