New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

doczen

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doczen

-----

0.0.5
latest
npm
Version published
Maintainers
2
Created
Source

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

FAQs

Package last updated on 24 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts