showdown/test/functional/makemarkdown/cases/standard/github-style-codeblock-inside-quote.md

14 lines
168 B
Markdown
Raw Normal View History

> Define a function in javascript:
>
> ```
> function MyFunc(a) {
> var s = '`';
> }
> ```
>
2017-12-23 20:35:31 +08:00
> > And some nested quote
> >
> > ```html
> > <div>HTML!</div>
> > ```