No, I repeat, no abbreviations

This commit is contained in:
Will McGugan
2023-02-14 17:28:24 +00:00
parent 5a730d7a0a
commit 08c3a7214e
8 changed files with 133 additions and 189 deletions

View File

@@ -27,9 +27,9 @@ The following example displays Markdown from a string.
## Messages
### ::: textual.widgets.Markdown.TOCUpdated
### ::: textual.widgets.Markdown.TableOfContentsUpdated
### ::: textual.widgets.Markdown.TOCSelected
### ::: textual.widgets.Markdown.TableOfContentsSelected
### ::: textual.widgets.Markdown.LinkClicked

View File

@@ -27,9 +27,9 @@ The following example displays Markdown from a string and a Table of Contents.
## Reactive Attributes
| Name | Type | Default | Description |
| ---------- | ---- | ------- | ----------------------------------------------------------------- |
| `show_toc` | bool | True | Wether a Table of Contents should be displayed with the Markdown. |
| Name | Type | Default | Description |
| ------------------------ | ---- | ------- | ----------------------------------------------------------------- |
| `show_table_of_contents` | bool | True | Wether a Table of Contents should be displayed with the Markdown. |
## See Also