testing_markdown_in_description
__Bold text__ or _italic text_
# title
## secondary title
### etc
> This is the first level of quoting.
>
> > This is nested blockquote.
>
> Back to the first level.
### list of items
## ordered list
1. Bird
2. McHale
3. Parish
## unordered list
- Red
- Green
- Blue
## expected to be the same as:
* Red
* Green
* Blue
+ Red
+ Green
+ Blue
* A list item with a blockquote:
> This is a blockquote
> inside a list item.
* A list item with a code block:
> code goes here
* list
* of
* items
### indented text
> ### This is a header.
>
> 1. This is the first list item.
> 2. This is the second list item.
>
> Here's some example code:
>
> return shell_exec("echo $input | $markdown_script");
## hyperlink
http://auto.link.ed/
#Escaping characters
1984. A book by Orwell
1985. Live Aid-Konzert in Philadelphia
1984\. A book by Orwell
1985.\ Live Aid-Konzert in Philadelphia
This is [an example](http://example.com/ "Title") inline link.
[This link](http://example.net/) has no title attribute.
*single asterisks*
_single underscores_
**double asterisks**
__double underscores__
Please don't use any `
