Markdown Syntax exmaples

Some helpful markdown syntax examples. See full syntax explanation at https://www.markdownguide.org/basic-syntax/ but be aware that not every possible markup is implemented in the website styles guide.

Headings

To create a heading, add number signs (#) in front of a word or phrase. The number of number signs you use should correspond to the heading level.

## Heading level 2

output

Heading level 2


### Heading level 3

output

Heading level 3


Paragraphs

To create paragraphs, use a blank line to separate one or more lines of text.

I really like using Markdown.

I think I'll use it to format all of my documents from now on.

output
I really like using Markdown.

I think I'll use it to format all of my documents from now on.


Line Breaks

To create a line break, end a line with two or more spaces, and then type return.

This is the first line.
And this is the second line.

output
This is the first line.
And this is the second line.


Emphasis

You can add emphasis by making text bold or italic.

I just love __bold text__.

output
I just love bold text.


I just love _italic text_.

output
I just love italic text.


Lists

You can organize items into unordered lists.

+ First item
+ Second item
+ Third item
+ Fourth item

output

  • First item
  • Second item
  • Third item
  • Fourth item

Emails

Every email address will be turned into a link (including spam bot protection).

output
info [at] odelo.de


odelo is a company of the Bayraktarlar Group.
odelo GmbH© 2019. All rights reserved.