version bump

This commit is contained in:
Will McGugan 2021-08-05 17:01:07 +01:00
parent 00eff38f20
commit 338d6468be
4 changed files with 19 additions and 20 deletions

View file

@ -5,6 +5,9 @@ Console Markup
Rich supports a simple markup which you can use to insert color and styles virtually everywhere Rich would accept a string (e.g. :meth:`~rich.console.Console.print` and :meth:`~rich.console.Console.log`).
Run the following command to see some examples::
python -m rich.markup
Syntax
------