mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
api docs (#2240)
* api docs * more docstrings * logs * docs shakeup * fix notes, added intro to all apis * Remove defaults to * add note to events * note * use fira code
This commit is contained in:
@@ -29,14 +29,20 @@ The following example displays Markdown from a string.
|
||||
|
||||
## Messages
|
||||
|
||||
### ::: textual.widgets.Markdown.TableOfContentsUpdated
|
||||
|
||||
### ::: textual.widgets.Markdown.TableOfContentsSelected
|
||||
|
||||
### ::: textual.widgets.Markdown.LinkClicked
|
||||
- [Markdown.TableOfContentsUpdated][textual.widgets.Markdown.TableOfContentsUpdated]
|
||||
- [Markdown.TableOfContentsSelected][textual.widgets.Markdown.TableOfContentsSelected]
|
||||
- [Markdown.LinkClicked][textual.widgets.Markdown.LinkClicked]
|
||||
|
||||
|
||||
## See Also
|
||||
|
||||
* [Markdown][textual.widgets.Markdown] code reference
|
||||
|
||||
* [MarkdownViewer][textual.widgets.MarkdownViewer] code reference
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
::: textual.widgets.Markdown
|
||||
options:
|
||||
heading_level: 2
|
||||
|
||||
Reference in New Issue
Block a user