You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added support for Python 3.12.
Fixed erroneous highlighting behaviour for code, code_block and print_code_block
functions when None value was used for syntax_highlight parameter.
Arbitrary string value can be now passed to syntax_highlight parameter
of code, code_block and print_code_block functions. This allows to use languages
supported by Highlight.js library.
Internals:
Replaced with setup.py with pyproject.toml and Poetry, moved source code
under src directory.
Dependency on pkg_resources replaced with importlib for Python >= 3.9.