TEXT TO MARKDOWN
Plain text, lightly formatted.
Applies a small set of clear, predictable rules to turn plain text into Markdown — always review the result, since it's a best guess, not a mind reader.
Plain text
Markdown output
Exactly what this does
To keep results predictable, only these specific rules are applied — nothing more is guessed:
• A short line written entirely in CAPITAL LETTERS becomes a heading.
• Lines starting with -, *, or • become a Markdown list item.
• Lines starting with a number followed by a period or bracket become a numbered list item.
• A line that's just a web address becomes a clickable Markdown link.
• Everything else is left exactly as written.
Why not detect more?
Guessing at heading levels, bold text, or paragraph structure from plain text alone is genuinely unreliable — different documents use different conventions. Keeping the rules narrow and visible means you can predict exactly what will change before you even run it.