A lightweight Markdown editor with live preview, built using CodeMirror, marked, highlight.js, sanitize-html, and lodash.debounce.
- Real-time Markdown editing and preview.
- Syntax highlighting for code blocks.
- Sanitized HTML output for security.
- Debounced preview updates for improved performance.
Include the editor in your project by embedding the index.html
in your web application. Ensure all dependencies are installed via npm.
<div id="editor"></div>
<div id="preview"></div>
ISC