{% extends "base.html" %} {% block title %}File Converter{% endblock %} {% block nav_convert %}active{% endblock %} {% block content %}

File Converter

Convert between file formats — everything runs locally on your machine.

Markdown to HTML

Upload a .md file or paste markdown text to convert to a styled HTML document.

or drop a file here · or paste markdown below · outputs a styled HTML file

CSV to JSON

Upload a CSV file to convert it to JSON format.

or drop a file here · first row treated as headers · outputs .json

JSON to CSV

Upload a JSON file (array of objects) to convert it to CSV format.

or drop a file here · expects an array of objects · outputs .csv

{% endblock %} {% block scripts %} {% endblock %}