showdown/test/cases/github-style-codeblock-inside-quote.md
2015-08-25 21:10:49 +01:00

163 B

Define a function in javascript:

function MyFunc(a) {
    var s = '`';
}

And some nested quote

<div>HTML!</div>