Skip to content

Commit f754852

Browse files
authored
Merge pull request #5994 from paulrobello/make-MarkdownFence-public
Update markdown.py
2 parents 0a9846f + 68df33f commit f754852

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)