USE | HTML | Markdown |
Headline | <h1>Headline</h1> | #Headline |
bold Text | <b>bold</b> | **bold** or __bold__ |
italicized Text | <i>italicized</i> | *italicized* or _italicized_ |
example | <a href="http://example.com">Link-Text</a> | [Link-Text](http://example.com) |
 | <img title="text" src="https://dummyimage.com/64x64/fff/aaa"> |  |
The Image-Tag allow only the following Filetypes: jpg, gif and png |
Code | <code>Code</code> | `Code` |
Quote | <blockquote>Quote</blockquote> | >Quote |
List | <ul><li>List</li></ul> | +List |
Ruler | <hr> | --- or === |
close this HELP screen |