showdown/test/functional/cases/standard/github-style-codeblock.md
Estevao Soares dos Santos 19d2e9f9d4 test: testsuite refactoring
2017-12-22 15:28:41 +00:00

233 B

Define a function in javascript:

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

And some HTML

<div>HTML!</div>

Use more than 3 backticks

some code

Use tilde as delimiter

another piece of code