A lightweight bi-directional HTML ↔ Markdown converter. Designed to be a faster, more intuitive, more attractive site for exchanging blocks of HTML for Markdown or Markdown to Markup and back again! No download or install necessary just click the site and use.
- Bi-directional: Instantly convert HTML to Markdown and vice-versa.
- 3D Flip UI: Spatial interface using CSS3 3D transforms to separate input/output contexts.
- Zero Layout Shift: Fixed-container layout with custom overlay scrollbars.
- Privacy First: Runs entirely in the browser. No server-side processing.
- Workflow: Auto-focus and one-click copy/clear actions.
- Core: Vanilla HTML5, CSS3, JavaScript (ES6+).
- Libraries:
- Turndown.js (HTML → MD)
- Marked.js (MD → HTML)
This is a static web application.
- Clone the repository:
git clone https://github.com/rkooyenga/html2md.git
- Open
index.htmlin any modern web browser.
MIT