Socket
Socket
Sign inDemoInstall

doczen

Package Overview
Dependencies
1
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    doczen

-----


Version published
Weekly downloads
3
increased by200%
Maintainers
2
Created
Weekly downloads
 

Readme

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

Last updated on 24 Jul 2014

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc