Textile to Markdown - Migrate Redmine Content
Convert Textile markup to Markdown format. Perfect for migrating Redmine wikis, Basecamp content, and legacy Textile documents to modern platforms.
Note: First conversion initializes Pandoc WebAssembly (~55MB download). Subsequent conversions are instant and work offline.
Drop Textile file here or click to browse
Accepts .textile, .txt filesEnter Textile markup to convert
Textile to Markdown Reference
| Textile | Markdown Output |
|---|---|
h1. Heading | # Heading |
h2. Heading | ## Heading |
*bold* | **bold** |
_italic_ | *italic* |
@code@ | `code` |
"text":url | [text](url) |
* item | - item |
# item | 1. item |
Conversion complete