# Still WIP! More docs coming soon.

-----

## Converting from Markdown

Check out the [Markdown converter](https://github.com/Rafflecopter/doczen-convert) if you want to convert markdown into
Doczen-compatible HTML

## Example Output

![Example Screenshot][screenshot]


## Using Doczen

You can `require` it with [Browserify](https://github.com/substack/node-browserify)

```javascript
require('doczen').init()
```

or just include the file in your page:

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



[screenshot]: http://f.cl.ly/items/1G2D1y312v2C243A2919/Screen%20Shot%202014-07-09%20at%209.14.32%20AM.png

