COMMITS
/ examples/print-text/html.py May 15, 2024
J
Code style fixes for compatibility with latest Ruff.
Jonathan Slenders committed
July 8, 2021
J
Added <strike> to examples.
Jonathan Slenders committed
November 28, 2019
J
Applied Black code style to examples, tests and setup.py.
Jonathan Slenders committed
May 7, 2019
J
Prompt_toolkit 3.0: type annotations and asyncio natively.
Jonathan Slenders committed
April 16, 2019
J
Sorting of imports (using `isort -m 3 -tc`).
Jonathan Slenders committed
March 10, 2018
J
Allow usage of <hidden> in HTML().
Jonathan Slenders committed
December 20, 2017
J
Renamed print back to print_formatted_text. The user can always bind it to 'print' himself.
Jonathan Slenders committed
August 4, 2017
J
Improved print-text examples.
Jonathan Slenders committed
August 1, 2017
J
Added more examples for printing text.
Jonathan Slenders committed