mirror of https://github.com/Textualize/rich.git
test card fix
This commit is contained in:
parent
d5c56bfea3
commit
1eba8c5308
|
@ -151,7 +151,8 @@ def make_test_card() -> Table:
|
||||||
- Headers
|
- Headers
|
||||||
- Basic formatting: bold, italic, code etc
|
- Basic formatting: bold, italic, code etc
|
||||||
- Block quotes
|
- Block quotes
|
||||||
- Lists, and more... """
|
- Lists, and more...
|
||||||
|
"""
|
||||||
table.add_row("Markdown", comparison(markdown_example, Markdown(markdown_example)))
|
table.add_row("Markdown", comparison(markdown_example, Markdown(markdown_example)))
|
||||||
|
|
||||||
table.add_row(
|
table.add_row(
|
||||||
|
|
Loading…
Reference in New Issue