showdown/test/cases/github-style-codeblock-inside-quote.md
2015-08-25 21:10:49 +01:00

14 lines
163 B
Markdown

> Define a function in javascript:
>
> ```
> function MyFunc(a) {
> var s = '`';
> }
> ```
>
>> And some nested quote
>>
>> ```html
>> <div>HTML!</div>
>> ```