send-mail/node_modules/showdown/test/cases/github-style-codeblock-inside-quote.md

14 lines
163 B
Markdown
Raw Normal View History

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