Nothing
Code
output_markdown_stream("stream")
Output
<shiny-markdown-stream id="stream" style="width:min(680px, 100%);height:auto;margin:0 auto;" content="" content-type="markdown" auto-scroll="TRUE"></shiny-markdown-stream>
Code
output_markdown_stream("stream", content = "Foo\nBar")
Output
<shiny-markdown-stream id="stream" style="width:min(680px, 100%);height:auto;margin:0 auto;" content="Foo Bar" content-type="markdown" auto-scroll="TRUE"></shiny-markdown-stream>
Code
render_tags(output_markdown_stream("stream", content = div("Hello",
htmlDependency("foo", "1.0.0", ""))))
Output
$deps
[{"name":"foo","all_files":true},{"name":"shinychat","script":{"src":"markdown-stream/markdown-stream.js","type":"module"},"stylesheet":"markdown-stream/markdown-stream.css","all_files":true}]
$html
<shiny-markdown-stream id="stream" style="width:min(680px, 100%);height:auto;margin:0 auto;" content="<div>Hello</div>" content-type="markdown" auto-scroll="TRUE"></shiny-markdown-stream>
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.