No description
Find a file
2026-05-10 17:05:01 +02:00
.gitignore initial commit 2026-05-10 17:05:01 +02:00
AGENTS.md initial commit 2026-05-10 17:05:01 +02:00
COPYING initial commit 2026-05-10 17:05:01 +02:00
pyproject.toml initial commit 2026-05-10 17:05:01 +02:00
README.md initial commit 2026-05-10 17:05:01 +02:00
simple_md.py initial commit 2026-05-10 17:05:01 +02:00
uv.lock initial commit 2026-05-10 17:05:01 +02:00

simple-md

Tiny Markdown to HTML converter using the cmarkgfm Python package.

Usage

Run with uv:

uv run simple-md input.md output.html

Or run the script module directly:

uv run python simple_md.py input.md output.html

The command reads Markdown from input.md and writes HTML to output.html.

License

This project is licensed under the GNU General Public License version 3. See COPYING for the full license text.