Merge pull request #1791 from Textualize/textual-markdown

Textual markdown
This commit is contained in:
Will McGugan
2023-02-15 09:23:19 +00:00
committed by GitHub
21 changed files with 1752 additions and 123 deletions

File diff suppressed because one or more lines are too long

View File

@@ -138,6 +138,14 @@ def test_tree_example(snap_compare):
assert snap_compare(WIDGET_EXAMPLES_DIR / "tree.py")
def test_markdown_example(snap_compare):
assert snap_compare(WIDGET_EXAMPLES_DIR / "markdown.py")
def test_markdown_viewer_example(snap_compare):
assert snap_compare(WIDGET_EXAMPLES_DIR / "markdown_viewer.py")
# --- CSS properties ---
# We have a canonical example for each CSS property that is shown in their docs.
# If any of these change, something has likely broken, so snapshot each of them.