UNPKG

showdown

Version:

A Markdown to HTML converter written in Javascript

14 lines (13 loc) 163 B
> Define a function in javascript: > > ``` > function MyFunc(a) { > var s = '`'; > } > ``` > >> And some nested quote >> >> ```html >> <div>HTML!</div> >> ```