No description
- Python 100%
| .gitignore | ||
| AGENTS.md | ||
| COPYING | ||
| pyproject.toml | ||
| README.md | ||
| simple_md.py | ||
| uv.lock | ||
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.