fix formatting in docs
This commit is contained in:
parent
30879a1d78
commit
b559118832
27 changed files with 248 additions and 116 deletions
|
|
@ -77,16 +77,18 @@
|
|||
<div class="col(9,9,12)">
|
||||
<h2 id="m">m</h2>
|
||||
<hr>
|
||||
<p><a href="#usage">Usage</a>
|
||||
<a href="#binding-to-data">Binding to data</a>
|
||||
<a href="#using-html-entities">Using HTML entities</a>
|
||||
<a href="#accessing-the-real-dom-element">Accessing the real DOM element</a>
|
||||
<a href="#persisting-config-data">Persisting config data</a>
|
||||
<a href="#destructors">Destructors</a>
|
||||
<a href="#svg">SVG</a>
|
||||
<a href="#dealing-with-focus">Dealing with focus</a>
|
||||
<a href="#dealing-with-sorting-and-deleting-in-lists">Dealing with sorting and deleting in lists</a>
|
||||
<a href="#signature">Signature</a></p>
|
||||
<ul>
|
||||
<li><a href="#usage">Usage</a></li>
|
||||
<li><a href="#binding-to-data">Binding to data</a></li>
|
||||
<li><a href="#using-html-entities">Using HTML entities</a></li>
|
||||
<li><a href="#accessing-the-real-dom-element">Accessing the real DOM element</a></li>
|
||||
<li><a href="#persisting-config-data">Persisting config data</a></li>
|
||||
<li><a href="#destructors">Destructors</a></li>
|
||||
<li><a href="#svg">SVG</a></li>
|
||||
<li><a href="#dealing-with-focus">Dealing with focus</a></li>
|
||||
<li><a href="#dealing-with-sorting-and-deleting-in-lists">Dealing with sorting and deleting in lists</a></li>
|
||||
<li><a href="#signature">Signature</a></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>This is a convenience method to compose virtual elements that can be rendered via <a href="mithril.render.html"><code>m.render()</code></a>.</p>
|
||||
<p>You are encouraged to use CSS selectors to define virtual elements. See "Signature" section for details.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue