mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
run and debug article
This commit is contained in:
@@ -116,7 +116,7 @@ hljs.initHighlightingOnLoad();
|
||||
<a target="_self" href="#inputs-and-outputs">Inputs & Outputs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a target="_self" href="#edit-run-debug">Edit, Run, Debug</a>
|
||||
<a target="_self" href="#run-and-debug">Run & Debug</a>
|
||||
</li>
|
||||
<li class="nav-header">Tooling Up</li>
|
||||
<li>
|
||||
@@ -189,10 +189,10 @@ hljs.initHighlightingOnLoad();
|
||||
</div>
|
||||
|
||||
<!-- Edit, Run, Debug -->
|
||||
<div class="tab-pane" id="edit-run-debug">
|
||||
<div class="tab-pane" id="run-and-debug">
|
||||
|
||||
{% capture edit_run_debug %}{% include tutorial/edit-run-debug.md %}{% endcapture %}
|
||||
{{ edit_run_debug | markdownify }}
|
||||
{% capture run_and_debug %}{% include tutorial/run-and-debug.md %}{% endcapture %}
|
||||
{{ run_and_debug | markdownify }}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user