Org-mode → HTML (basic)
Render simple Org-mode to HTML: asterisk headings, lists, /italic/, *bold* and #+BEGIN_SRC blocks.
HTML gerado:
—
Preview:
Org Mode to HTML
The Emacs exporter converts Org to HTML very well, but it requires Emacs open and the file loaded. When all you want is to reuse a fragment of a note somewhere else — pasting it into a page, sending it by email, filling a field that only takes HTML — opening the editor to export is too long a road.
Paste the Org and receive HTML, with a preview alongside. Converted are the three heading levels, marked by the number of asterisks at the start of the line; the hyphen list, which becomes an unordered list; and the block between BEGIN_SRC and END_SRC, which becomes a preformatted code block. Content is escaped before entering the HTML, so special characters in the text do not turn into markup.
What stays out is the part of Org that is not markup: task keywords, deadlines, tags, block properties and tables. Those rely on semantics Emacs knows, and several have no direct HTML equivalent. To export a full document, with a table of contents and header options honoured, the Emacs exporter remains the route.
Frequently asked questions
Does the TODO keyword show up in the HTML?
Why did the code block lose its language?
Can Org tables be converted?
Related Tools
Markdown → Org-mode
Basic Markdown to Org-mode converter: asterisk headings (* ** ***), lists, links and #+BEGIN_SRC code blocks.
AsciiDoc → HTML (basic)
Render simple AsciiDoc to HTML: headings = == ===, paragraphs, lists, emphasis. Does not cover advanced extensions like includes.
reStructuredText → HTML (basic)
Render simple RST to HTML: underlined headings, lists, *italic*, **bold** and indented code blocks.
JSON to HTML Table Converter
Convert an array of JSON objects into a ready HTML table, with header and rows. Paste the JSON and copy the code to drop straight into your page or email.
CSV → HTML Table
Convert CSV into a semantic HTML table with <thead> and <tbody>, escaping special characters. Optional custom CSS class.
JSX to HTML Converter
Converts JSX (React) syntax to plain HTML by mapping className to class and camelCase attributes to kebab-case.