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

14 lines
171 B
Markdown
Raw Permalink Normal View History

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