showdown/test/cases/github-style-codeblock.md
2017-11-11 12:29:36 +00:00

27 lines
233 B
Markdown

Define a function in javascript:
```
function MyFunc(a) {
var s = '`';
}
```
And some HTML
```html
<div>HTML!</div>
```
Use more than 3 backticks
`````
some code
`````
Use tilde as delimiter
~~~
another piece of code
~~~