0.0.5 • Published 10 years ago

doczen v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

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

Example Screenshot

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()

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1-pre-e

10 years ago

0.0.1-pre-d

10 years ago

0.0.1-pre-c

10 years ago

0.0.1-pre-b

10 years ago

0.0.1-pre-a

10 years ago

0.0.1-pre

10 years ago

0.0.0

10 years ago