transform
Category

Code Converters

12 tools and utilities available in this collection.

markdown

Markdown to HTML

Converts Markdown syntax into ready-to-publish HTML markup, letting you preview the rendered output before pasting into a web page.

Code
html

HTML to Text

Strips all HTML tags from a document and returns clean plain text, ideal for extracting readable content from web page source code.

Code
html

HTML to Markdown

Transforms HTML markup into clean Markdown syntax, converting headings, links, and lists into their lightweight .md equivalents.

Code
html

Word to HTML

Pastes or imports Word document content and outputs semantic HTML markup suitable for embedding in a website or CMS.

Code
markdown

Word to Markdown

Converts Microsoft Word .docx files or pasted Word content into clean ATX-style Markdown, preserving headings, lists, links, and emphasis entirely in your browser.

Code
code_blocks

XML to JSON

Parses an XML document and outputs an equivalent JSON object, making structured data easier to consume in JavaScript applications.

Code
table_chart

CSV to XML Converter

Takes a comma-separated CSV file and produces a well-formed XML document with each row wrapped in configurable element tags.

Code
html

HTML to PUG

Rewrites verbose HTML into indentation-based Pug template syntax, reducing boilerplate for Node.js and Express view files.

Code
table_chart

CSV to JSON

Reads a CSV table and outputs a JSON array of objects, mapping column headers to keys for direct use in APIs or JavaScript code.

Code
data_object

JSON to CSV

Flattens a JSON array of objects into a CSV spreadsheet with auto-detected column headers, ready to open in Excel or Google Sheets.

Code
data_object

YAML to JSON

Translates YAML configuration files into JSON, converting anchors and nested keys into a format compatible with any JSON-based toolchain.

Code
polyline

SVG to JSX

Rewrites raw SVG markup into valid JSX, replacing class with className and adjusting attributes so the graphic renders inside React components.

Code