A command-line tool for rendering GitHub-flavored Markdown (GFM). Version 2.0.2 supports GFM tables, task lists, strikethrough, emoji, and user mentions. Release cadence is low (last update years ago).
pip install ghmarkdownNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Convert a GFM string to HTML using the Python API.
Use `ghmarkdown` as the command, not `gh-markdown`.
Consider alternatives like `markdown` with `pymdown-extensions` or `mistune` for active development.
Run `pip install ghmarkdown`.
Ensure ghmarkdown >=2.0: `pip install --upgrade ghmarkdown`.
No dependency data recorded yet.