This tool makes HTML files that use Markdown for source code. A browser with JavaScript disabled shows the plain text. Otherwise a script presents sections in the document as tabs.
Root
Scope
The current Markdown processing script handles basic elements:
- Headers (#1-6)
- Bold
- Italic
- Links.
A future version could process more elements.
Options
The tool can save a self-contained HTML file or separate files.
Self-contained file
The HTML file will contain the script instead of linking to it.
Folder
Uncheck the 'Single file' option to save a .tar archive. The .tar created holds a prepared .html file and the .js script. This option has some benefits over the single file option:
- Many pages in one folder can reference the same script.
- The HTML files stay simple (the raw text and two HTML lines).
- The user can swap out the script file for another at any time.
Demo
To try the tool, use this intro text. Or see the example output
Credits
- Copyright: © 2025 Greg Abbott.
- Version 0: 2025-07-14.
- Version: 2025-07-15