This website works better with JavaScript
Home
Explore
Help
Register
Sign In
root
/
showdownjs
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
7e55bceb0e
Branches
Tags
master
showdownjs
/
test
/
cases
/
github-style-codeblock.md
github-style-codeblock.md
127 B
History
Raw
Define a function in javascript:
function MyFunc(a) { var s = '`'; }
And some HTML
<div>HTML!</div>