X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=riot.md;fp=riot.md;h=2b11b993b742e1ef32abb1ebfa676550191e4dd1;hb=a25adc92fc5d51ea6c71d467bc80eccae6d61c1a;hp=495b3596961cda0c1e3355824a741291f09e73d0;hpb=969b8b45c74d8ea467419dd073999cba3dc6a167;p=twpd%2Fmaster.git diff --git a/riot.md b/riot.md index 495b359..2b11b99 100644 --- a/riot.md +++ b/riot.md @@ -1,10 +1,17 @@ --- title: Riot.js category: JavaScript libraries -layout: default-ad +layout: 2017/sheet --- -## Tags +### About +{: .-intro} + +Riot is a UI library for JavaScript. + +- + +### Tags ```js /* tag-name.tag */ @@ -25,7 +32,7 @@ layout: default-ad ``` -## Expressions +### Expressions ``` {value} @@ -70,6 +77,8 @@ riot.update() // update all ## Nesting +### Nesting + ``` @@ -88,6 +97,8 @@ riot.update() // update all ## Nested HTML +### Yield + ```js ```