Skip to content

Commit 5ab4f59

Browse files
committed
Let it be known that output_markdown_stream() is intentionally not in Express
1 parent 20cf773 commit 5ab4f59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shiny/express/ui/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@
327327
"output_table",
328328
"output_ui",
329329
"output_data_frame",
330+
# MarkdownStream knows how to render itself in express
331+
"output_markdown_stream",
330332
# Chat knows how to render itself in express
331333
"chat_ui",
332334
),

0 commit comments

Comments
 (0)