fix formatting in docs
This commit is contained in:
parent
30879a1d78
commit
b559118832
27 changed files with 248 additions and 116 deletions
6
clientaccess.html
Normal file
6
clientaccess.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<body></body>
|
||||
<script src="mithril.js"></script>
|
||||
<script>
|
||||
m.render(document.body, [m("a", "a"), [m("b[key=b]", "b"), m("b[key=c]", "c"), m("b[key=d]", "d")]])
|
||||
m.render(document.body, [m("a", "a"), [m("b[key=c]", "c")]])
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue