Markdown → Textile
Basic Markdown to Textile converter: h1./h2./h3., *bold* _italic_, lists and links. Used in Redmine and old blog engines.
Textile:
—
Markdown to Textile
Textile predates Markdown and still carries a sizeable installed base: Redmine uses Textile by default in tickets and wikis, and the same holds for versions of other project management tools. Anyone writing a task description in Markdown and pasting it into one of those systems watches the formatting simply not happen.
Paste the Markdown and receive Textile. Headings gain the prefix with the letter h, the level number and a full stop; a hyphen list becomes an asterisk list; bold moves to a single asterisk and italic to an underscore; inline code swaps backticks for at signs; and links take the format with the text in quotes followed by a colon and the address.
The conversion is line by line and covers the formatting that appears in a ticket description. Anything requiring structure — tables, multi-line code blocks, nested quotes — stays out. Keep in mind that Textile is sensitive to the start of the line: the heading prefix must sit in the first column, and a leading space prevents recognition.
Frequently asked questions
Does Redmine accept Markdown?
Why does inline code use the at sign?
Is Textile still developed?
Related Tools
Markdown → Org-mode
Basic Markdown to Org-mode converter: asterisk headings (* ** ***), lists, links and #+BEGIN_SRC code blocks.
JSON to Markdown Table Converter
Convert an array of JSON objects into a formatted Markdown table, with header and alignment. Paste the JSON and copy a table ready for READMEs and docs.
Markdown → reStructuredText
Basic Markdown to RST converter: underlined headings (=== ---), lists, links and inline code. Useful for Sphinx.
Markdown ↔ WhatsApp Formatter
Converts Markdown into WhatsApp formatting (*bold*, _italic_, ~strikethrough~) and back, keeping lists, links and code blocks intact.
Markdown → AsciiDoc
Basic Markdown to AsciiDoc converter: headings (== ===), lists, inline code, code blocks --- and emphasis _italic_ *bold*.
CSV to Markdown Table
Convert CSV to a Markdown table ready for READMEs, docs and Wikis. Auto-detects separator (comma, semicolon or tab) and supports per-column alignment. Everything in your browser.