{% 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 files here

CSV to JSON

Upload a CSV file to convert it to JSON format.

or drop files here

JSON to CSV

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

or drop files here

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