Markdown ↔ HTML ↔ JSON Table Cross Converter
Real-time parsing and bidirectional formatting for Markdown Pipe Tables, HTML Table tags, and JSON array objects
A high-performance document formatting tool that dynamically parses table values and converts them to other formats in real-time.
도구를 불러오는 중…
🔒 Everything runs 100% in your browser. Your files and input are never uploaded to any server.
How to use
- Select your source input format (Markdown, HTML, or JSON).
- Paste or type the table code into the editor. Structure rules apply.
- Switch output tabs to inspect Markdown, HTML, or JSON results and click to copy.
FAQ
- Why does the parser fail with an error badge?
- Make sure Markdown includes a separator row (|---|), HTML wraps rows with <tr>, and JSON is a flat list of objects ([{}]). Use templates to compare.
- Can cell values contain special characters or spaces?
- Yes. The parser trims excess padding and preserves internal spacing. Note that cell-internal line breaks are normalized into inline spaces.
