pawel-slowik / gfm-cli

GitHub Flavored Markdown CLI renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Flavored Markdown CLI renderer

This CLI script converts a GitHub Flavored Markdown document into HTML using GitHubs REST API.

Requirements

Python 3.x. Only the Python standard library is required, there's no need to install any additional packages.

Usage

./gfm.py < input.md > output.html

About

GitHub Flavored Markdown CLI renderer

License:The Unlicense


Languages

Language:Python 100.0%