Convert WKT to Markdown.
Drop a Well-Known Text file and get the geometry type labelled with the full WKT kept verbatim. It runs entirely in your browser, so your file never leaves your device.
Drag & drop your files
or
Optimize for AI & RAG
Extra cleanup for LLM ingestion: strip HTML, fix smart quotes, tidy Unicode and spacing.
Add YAML front matter
Prepend a metadata block (title, source, date, word & token counts) for knowledge bases and RAG.
Add table of contents
Build a linked index from the headings. Handy for long documents.
Export RAG chunks (.json)
Split the result into retrieval-ready chunks. Download per file from the result panel.
Most converters quietly upload your documents to a server. This one physically can't.
One geometry,
kept verbatim.
WKT is a single geometry written as plain text. The converter reads its type and carries the exact original text through unchanged inside a fenced code block, so the conversion is lossless.
POLYGON ((-9.1 38.7, -9.0 38.7, -9.0 38.8, -9.1 38.7))
One geometry, written as a single line of plain text.
- Geometry type: POLYGON
```
POLYGON ((-9.1 38.7, -9.0 38.7, -9.0 38.8, -9.1 38.7))
```
Everything you
actually need.
WKT geometry in, labelled and verbatim Markdown out, with no server and no account anywhere.
It never leaves your browser
Your .wkt is read on your own device. Nothing is uploaded to any server, ever.
# Heading
- point one
3 chunks
AI & RAG ready
Optional cleanup, YAML front matter, a table of contents and RAG chunk export.
Works offline
Once the page has loaded you can switch off your connection and it keeps converting.
- Geometry type: POLYGON
```
POLYGON ((...))
```
Geometry preserved
The type is labelled and the exact WKT is kept verbatim in a code block, so nothing is lost.
Unicode safe
Accents, symbols and non-Latin scripts come through intact as UTF-8.
Free, and unlimited
No sign-up, no quotas, no watermarks. Convert one file or a thousand; it all runs the same way, on your own device.
Nothing is
left behind.
WKT to Markdown is lossless. The geometry type is labelled and the full original text is kept verbatim in a fenced code block, so every coordinate survives exactly as written.
Kept
2- Geometry type labelled
- Full WKT in a fenced code block
Preserved
2- Exact coordinates
- Original WKT syntax
```
POLYGON ((-9.1 38.7, -9.0 38.7, -9.0 38.8, -9.1 38.7))
```
WKT questions,
answered.
Everything worth knowing before you drop in a .wkt file.
Other converters.
Working with more than WKT? These convert the same way: privately, in your browser.
WADL to Markdown
.wadl
REST service descriptions.
HTTP requests to Markdown
.http · .rest
Saved HTTP request files.
Avro to Markdown
.avsc
Avro data schemas.
Prisma to Markdown
.prisma
Prisma database schemas.
DBML to Markdown
.dbml
Database markup language.
Turtle to Markdown
.ttl
RDF Turtle triples.
N-Triples to Markdown
.nt
Line-based RDF triples.
TriG to Markdown
.trig
RDF named-graph datasets.