Markdown Editor Cheatsheet - GermanZero-de/localzero-monitoring GitHub Wiki

Cheatsheet

Additionally images can be scaled using the following syntax: ![avatar.png](https://avatars.githubusercontent.com/u/7134451){width=80x80}

You can also write html. Only the default html tags and attributes are allowed.

Examples for html:

<h1>Heading</h1>

<p><img src="https://avatars.githubusercontent.com/u/7134451" width="50px"></p> Note: You need to wrap images with a <p> tag because of some bug.

⚠️ **GitHub.com Fallback** ⚠️