Registry / data / ghmarkdown

ghmarkdown

JSON →
library2.0.2pypypi✓ verified 85d ago

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 ghmarkdown
INSTALL
IMPORT
SIG · GHMARKDOWN
G
ghmarkdown
datapythonv2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ghmarkdown
import ghmarkdown
The package exposes a module-level function; no submodule needed.

Convert a GFM string to HTML using the Python API.

import ghmarkdown result = ghmarkdown.github_flavored_markdown('# Hello') print(result) # <h1>Hello</h1>
ghmarkdown --version
Debug
Known issues
gotchaThe CLI tool is named `ghmarkdown`, not `gh-markdown`.
fix
Use `ghmarkdown` as the command, not `gh-markdown`.
affects: all
deprecatedThe library has not been updated since 2019 and may not support newer GFM features (e.g., alerts, footnotes).
fix
Consider alternatives like `markdown` with `pymdown-extensions` or `mistune` for active development.
affects: 2.0.2
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'ghmarkdown'
The package is not installed, or installed in a different environment.
fix
Run `pip install ghmarkdown`.
ImportError: cannot import name 'github_flavored_markdown' from 'ghmarkdown'
Older version (<2.0) may not have this function.
fix
Ensure ghmarkdown >=2.0: `pip install --upgrade ghmarkdown`.
Upgrade
Version history
2.0.2latest on PyPI · released Nov 23, 2017
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
ghmarkdown — pip install ghmarkdown · libregistry