mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-01 02:05:51 -05:00
Add sending images page
This commit is contained in:
@@ -184,6 +184,9 @@ hljs.initHighlightingOnLoad();
|
||||
<li>
|
||||
<a target="_self" href="#client-data">Client Data</a>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_self" href="#sending-images">Sending Images</a>
|
||||
</li>
|
||||
<li class="nav-header">Understanding Reactivity</li>
|
||||
<li>
|
||||
<a target="_self" href="#reactivity-overview">Reactivity Overview</a>
|
||||
@@ -345,6 +348,14 @@ hljs.initHighlightingOnLoad();
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Sending Images -->
|
||||
<div class="tab-pane" id="sending-images">
|
||||
|
||||
{% capture sending_images %}{% include tutorial/sending-images.md %}{% endcapture %}
|
||||
{{ sending_images | markdownify }}
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Reactivity Overview -->
|
||||
<div class="tab-pane" id="reactivity-overview">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user