run and debug article

This commit is contained in:
JJ Allaire
2012-07-27 06:54:13 -07:00
parent 56120df20d
commit 5976072f03
3 changed files with 69 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ hljs.initHighlightingOnLoad();
<a target="_self" href="#inputs-and-outputs">Inputs &amp; Outputs</a>
</li>
<li>
<a target="_self" href="#edit-run-debug">Edit, Run, Debug</a>
<a target="_self" href="#run-and-debug">Run &amp; 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>