Skip to content

Markdown Editor Cheatsheet

Caroline Fischer edited this page Apr 24, 2024 · 1 revision

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.

Clone this wiki locally