small tweaks to docs

This commit is contained in:
Leo Horie 2016-12-01 01:49:19 -05:00
parent c5c18f9231
commit 87dcbbf5c7
19 changed files with 308 additions and 75 deletions

View file

@ -1,13 +1,13 @@
# fragment(html)
# fragment(attrs, children)
- [API](#api)
- [Signature](#signature)
- [How it works](#how-it-works)
---
### API
### Signature
Generates a trusted HTML [vnode](vnodes.md)
Generates a fragment [vnode](vnodes.md)
`vnode = m.fragment(attrs, children)`