diff --git a/docs/language-guide.md b/docs/language-guide.md index 722c4b0b8..47981df22 100644 --- a/docs/language-guide.md +++ b/docs/language-guide.md @@ -720,6 +720,25 @@ The above macro can then be invoked as part of any expression. Alternatively, th

``` +### macro-body + +You can also place a tag within your macro to accept wrapped macro body content. + +```xml + +
+ Step ${number}: + +
+
+ +First do this +Then do this + + Lastly, do this slightly complicated thing... + +``` + # Structure Manipulation