diff --git a/v3/bootstrap/Doc/Macros.md b/v3/bootstrap/Doc/Macros.md index e71a876..be3aa44 100755 --- a/v3/bootstrap/Doc/Macros.md +++ b/v3/bootstrap/Doc/Macros.md @@ -157,7 +157,7 @@ use. -### slot ( shown|hidden) / content +### slot (_name_ _text_ shown|hidden) / content ``` @slot() @@ -229,39 +229,7 @@ Will resolve to `This is: [[ some text ]]` - ---- - -### filter (name) - -Enable or disable a page filter. - -A filter is a way to transform the page source. - -Arguments: -- `name` -- filter name. If name is preceded with a '-' then it -will be forced off. This is useful for disabling _default_ filters, or -filters added previously in templates. - -Filters: -- wikiword (default) -- markdown - -**Example:** - - - - - -- [bootstrap \_edit](/bootstrap/Templates/_edit.html) – _see the -macro at the end of the page._ - - - - -### include (src isolated recursive) / content +### include (_src_ _recursive_ _join_ isolated) / content ``` @include() @@ -318,6 +286,7 @@ Isolated up, i.e. the included page sees local state but can not affect it: Will render to: `original [ ]` + ### source (src) ``` @@ -361,6 +330,38 @@ Arguments: ]]--> + +--- + +### filter (name) + +Enable or disable a page filter. + +A filter is a way to transform the page source. + +Arguments: +- `name` -- filter name. If name is preceded with a '-' then it +will be forced off. This is useful for disabling _default_ filters, or +filters added previously in templates. + +Filters: +- wikiword (default) +- markdown + +**Example:** + + + + + +- [bootstrap \_edit](/bootstrap/Templates/_edit.html) – _see the +macro at the end of the page._ + + + + ### macro (name src sort) / else () Apply macro to source page and include the result.