-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5a62356
commit b657e46
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule rich
updated
9 files
+1 −2 | .pre-commit-config.yaml | |
+9 −1 | CHANGELOG.md | |
+1 −1 | pyproject.toml | |
+1 −0 | rich/console.py | |
+6 −8 | rich/markdown.py | |
+11 −1 | rich/syntax.py | |
+1 −0 | rich/text.py | |
+36 −3 | tests/test_markdown.py | |
+1 −1 | tests/test_markdown_no_hyperlinks.py |
Submodule textual
updated
7 files
+4 −1 | docs/examples/guide/command_palette/command01.py | |
+42 −0 | docs/examples/guide/testing/rgb.py | |
+42 −0 | docs/examples/guide/testing/test_rgb.py | |
+168 −0 | docs/guide/testing.md | |
+212 −211 | mkdocs-nav.yml | |
+2 −2 | src/textual/app.py | |
+3 −4 | src/textual/pilot.py |