bcoe / format_markdown

make release note format consistent across languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release Note Markdown Formatter

Parse markdown in GitHub release notes, make it consistent across languages.

This is necessary because, today, the release note format varies on a language by language basis.

Installation

python3 -m venv env
source ./env/bin/activate
python setup.py develop

Running tests

python setup.py pytest

About

make release note format consistent across languages


Languages

Language:Python 100.0%