edit Text Schnipsel

Formatting Cheat Sheet


Heading 1: # Heading 1
Heading 2: ## Heading 2
Heading 6: ###### Heading 6

Italics: *Italic Text*
Bold: **Bold Text**

Text Link: [Anchor Text](http://url.here)
External Link: [Anchor Text](http://url.here 'external')
URL Link: <http://url.here>
Email Link: <email@domain.com>

Images: ![Alt Tag](http://url.here/image.jpg)

Unordered List: * List Item
Ordered List: 1. List Item

Blockquote: > Blockquote Indent 1
Blockquote 2: >> Blockquote Indent 2

Code Block: |insert tab| code here
Inline Code: `code here`