diff --git a/README.md b/README.md index 547cfa8..b72125e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Coverage Status [![PyPI version](https://badge.fury.io/py/mdv.svg)](https://badge.fury.io/py/mdv) +Code style: black + @@ -26,9 +28,6 @@ a good option. - [Features](#features) - [Alternatives](#alternatives) - [Installation](#installation) - - [Requirements](#requirements) - - [2.7 ?!](#py27) - - [Setup](#setup) - [Usage](#usage) - [CLI](#cli) - [Inline](#inline) @@ -38,8 +37,7 @@ a good option. - [TODO](#todo) - [Credits](#credits) - [Updates](#updates) - - [July 2016:](#july-2016) - - [Lastly](#lastly) + @@ -507,8 +505,9 @@ Also: ### Sept 2018: -- Merged some PRs -- Revised Py3 support (finally found peace with it, since they enforce UTF-8 - everywhere it s usable). Indented code was broken, fixed that. +- Merged some PRs. +- Decent [code formatter](https://github.com/ambv/black). Not that this weekend hack got more readable though. Well, maybe a bit. +- Revised Py3 support (finally found peace with it, since they enforce UTF-8 everywhere the new features begin to outweigh the nightmares of trying to decode everything without need). +- Indented code in PY3 was broken, fixed that. *Why, PY3, are you you creating crap like "b'foo'" instead raising or auto-decoding?* - Header numbering feature added (`-n 2-4` or `-n 1-`) - +![](samples/header_num.png) diff --git a/samples/header_num.png b/samples/header_num.png new file mode 100644 index 0000000..6fcb9d8 Binary files /dev/null and b/samples/header_num.png differ