1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-05-05 10:28:18 +03:00

Merge branch 'master' into stable

This commit is contained in:
Bruno Dias 2015-06-17 17:22:53 -03:00
commit 301ea07654

View file

@ -73,7 +73,7 @@ A list of classes that will be added to the `class` attribute of the `<section>`
The classes given are in addition to the `[situation name]-situation` class that is added to the section by default.
### continueSection :: Boolean
### extendSection :: Boolean
If this is a truthy value, instead of creating a new section, the `content` of this situation is appended to the end of the `#current-situation` section -- Normally, the section created by the previous situation. This can be useful if you want to use a section as a styled element and you want to expand it, for instance if you want to group some sections visually inside a box.