๐Ÿ“–MD2Web User Manual

#Getting Started

MD2Web is a browser-based Markdown editor with live HTML preview. There is nothing to install โ€” open the app, start writing, and export to a self-contained HTML file when you're done.

Made with MD2Web

This manual was written in MD2Web and exported using the built-in HTML export feature โ€” making it a working example of what the app can do.

#The Interface

The editor is split into two panes:

Left pane โ€” Editor: where you write your Markdown. The editor features syntax highlighting, line numbers, and a toolbar for quick formatting.

Right pane โ€” Preview: a live HTML preview that updates as you type. Use the theme selector to switch between eight different visual styles.

A draggable divider sits between the two panes. Drag it left or right to give more space to either pane. Both panes have a fullscreen button in their header โ€” click it to expand one pane to fill the entire screen.

#Saving Files

MD2Web auto-saves your work every 2 seconds to the browser's localStorage. Your files persist between sessions without any manual action. You can also save manually with Ctrl+S.

The file name appears in the editor header โ€” click it to rename the current file.