# Headline 1

General test of the markdown syntax parsing
## Headline 2

# Headline 3

# Tables:

Table With Stuffinit
element 1 element 2
testing inline parsing as well element 3 element 4 element 5

some text ->with( void ) bold in it
some text with italic in it
some text with bold in it
some strikethrough text with boldand italic in it
also emoji 😀 and an invalid emoji :schmarn:
bold at the start
italic at the start

title
Some hyperlink in text
Some https://www.example.com (empty hyperlink) in text
Some Hyperlink without url (empty hyperlink) in text

Image standalone
Some Image in text
Some (empty hyperlink) in text
Some Image without url (empty hyperlink) in text

schmarn
* schmarn
schmarn

# Headline 2

# Headline 3

single line paragraph

multiline
paragraph
with
text

- First item
- Second item
- Third item

1. First item
2. Second item
3. Third item

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua

blockquote

multiline spanning
blockquote with
all leading by `>`

title

altenate text

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua

// block with code

int main(int argc, char **argv)
{
    (void)argc; (void)argv;

    return 0;
}
      

the end

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

- [ ] A Task List
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media