mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
No, I repeat, no abbreviations
This commit is contained in:
@@ -52,7 +52,7 @@ class ListViewExample(App):
|
||||
|
||||
class MarkdownExampleApp(App):
|
||||
def compose(self) -> ComposeResult:
|
||||
yield MarkdownViewer(EXAMPLE_MARKDOWN, show_toc=True)
|
||||
yield MarkdownViewer(EXAMPLE_MARKDOWN, show_table_of_contents=True)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user