showdown/test/functional/makemarkdown/cases/standard/github-style-codeblock-inside-quote.md
2017-12-23 12:35:31 +00:00

14 lines
168 B
Markdown

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