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

180 B

Define a function in javascript:

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

And some HTML

<div>HTML!</div>
function foo() {
return 'bar';
}