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

163 B

Define a function in javascript:

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

And some nested quote

<div>HTML!</div>