fix formatting in docs

This commit is contained in:
Leo Horie 2014-09-27 21:01:00 -04:00
parent 30879a1d78
commit b559118832
27 changed files with 248 additions and 116 deletions

View file

@ -77,9 +77,11 @@
<div class="col(9,9,12)">
<h2 id="m-render">m.render</h2>
<hr>
<p><a href="#usage">Usage</a>
<a href="#subtree directives">Subtree directives</a>
<a href="#signature">Signature</a></p>
<ul>
<li><a href="#usage">Usage</a></li>
<li><a href="#subtree directives">Subtree directives</a></li>
<li><a href="#signature">Signature</a></li>
</ul>
<hr>
<p>This method generates a DOM tree inside of a given HTML element.</p>
<p>If the method is run more than once with the same root element, it diffs the new tree against the existing one and intelligently modifies only the portions that have changed.</p>