We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1e24d commit 37257ecCopy full SHA for 37257ec
shiny/express/ui/__init__.py
@@ -328,7 +328,7 @@
328
"output_ui",
329
"output_data_frame",
330
# MarkdownStream knows how to render itself in express
331
- "output_markdown_stream",
+ "markdown_stream_ui",
332
# Chat knows how to render itself in express
333
"chat_ui",
334
),
shiny/ui/_markdown_stream.py
@@ -95,7 +95,7 @@ def ui(
95
Get the UI element for this markdown stream.
96
97
This method is only relevant for Shiny Express. In Shiny Core, use
98
- :func:`~shiny.ui.output_markdown_stream` for placing the markdown stream
+ :func:`~shiny.ui.markdown_stream_ui` for placing the markdown stream
99
in the UI.
100
101
Parameters
0 commit comments