showdown/test/functional/makemarkdown/cases/standard/github-style-codeblock-inside-quote.md
Estevao Soares dos Santos 173ad51b05 test: fix tests
2017-12-23 13:20:14 +00:00

14 lines
171 B
Markdown

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