Get started with docute CDN
MIT licensed
Docute: Lightweight JS library for auto-generating interactive API docs from source code.
Tags:- documentation
- vue
- gitbook
- documentation-tool
- docute
Stable version
Copied!
How to start using docute CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with docute CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/docute/4.23.3/docute.js"></script>
</head>
<body>
<script>
const docute = require('docute');
const markdown = `
# Docute Example
This is an example of using Docute to render Markdown.
## Installation
1. Include Docute in your HTML file:
Copied!
Copied!
Copied!
Copied!