Filters
Markdown Renderer
Local-only processingRender Markdown into live HTML, then export to Word with automatic HTML fallback when DOCX support is unavailable.
Markdown formatting guide
Quick reference for common Markdown formatting.
# Heading 1
## Heading 2
**Bold** *Italic* ***Bold Italic***
- Item
1. Numbered
- [ ] Todo
- [x] Done
[Label](https://example.com)
`inline` and
```js
console.log('code')
```
> Blockquote
| Col | Col |
| --- | --- |
| A | B |

---
~~Removed~~
Note[^1]
[^1]: Source
Markdown Input
Write or paste your Markdown source.
Markdown
Updates automatically as you type.
Token Estimator
Local-only processingEstimate token usage for AI models using character-count ranges that can be adjusted for your content.
Estimates
Live token and character metrics for the current input.
Text Input
Paste text and review estimated token usage in real time.
Advanced Settings
Tune the character-per-token range used for the estimate.
Range and assumptions
Tip: English text averages 4.0-5.1 characters per token. Code or technical content may have different ratios.
Text to Image
Local-only processingTurn SVG text into a downloadable PNG or JPEG image right in your browser, with no uploads required.
New to this tool?
- You can use text-only (non-image) AI tools to generate SVG text, then paste that text here.
- Quick start: click
Load Example & Convertto generate a preview in one step. - Ask for a complete SVG that starts with
<svg>and includes aviewBoxvalue. - Everything runs locally on your device. Scripts and external links in SVG are blocked for safety.
- Use format, width, background, and padding to control the final image look and size.
SVG Input
Paste your SVG text or start with a sample.
Rendered Output
Preview, download, and copy a reusable image tag.
File Concatenator
File Concatenator
Local-only processingCombine files into one XML-tagged output optimized for AI workflows when direct file attachments are unavailable.
Details and format behavior
- Each file is wrapped in sanitized XML tags, such as
<my_document_txt>…content…</my_document_txt>. - Supported extensions: CSV, TXT, MD, DOCX, XLSX, XLS, PDF, PPTX, RTF, ODT, ODS, ODP, EML.
- PDF and PPTX extraction can be limited by document structure, complex layout, and embedded media.
- Files are validated before processing (type, signature, and content checks). Some text-based formats use stricter validation limits.
No files selected