From 0a4a2ee3fd1090f7caba28638221be7dc6ee8ce2 Mon Sep 17 00:00:00 2001
From: Gilbert
Date: Thu, 5 Jan 2017 19:21:01 -0600
Subject: [PATCH] Add basic documentation for
---
docs/language-guide.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
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