Still WIP! More docs coming soon.
Converting from Markdown
Check out the Markdown converter if you want to convert markdown into
Doczen-compatible HTML
Example Output

Using Doczen
You can require
it with Browserify
require('doczen').init()
or just include the file in your page:
<script src="/path/to/doczen/dist/doczen.js"></script>
<script> doczen.init() </script>
Doczen REPL Notes
Doczen REPL's will intercept all console.log()
's, and display the results in the REPL
instead of in the browser console. If you absoultely need to get around this, you can use
window.top.log()