Skip to content

Commit 68df33f

Browse files
committed
Update markdown.py
Make MarkdownFence public
1 parent d935c03 commit 68df33f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/textual/widgets/markdown.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from textual.widgets._markdown import (
22
Markdown,
33
MarkdownBlock,
4+
MarkdownFence,
45
MarkdownStream,
56
MarkdownTableOfContents,
67
TableOfContentsType,
@@ -9,6 +10,7 @@
910
__all__ = [
1011
"Markdown",
1112
"MarkdownBlock",
13+
"MarkdownFence",
1214
"MarkdownStream",
1315
"MarkdownTableOfContents",
1416
"TableOfContentsType",

0 commit comments

Comments
 (0)