You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
647 B
52 lines
647 B
4 years ago
|
////
|
||
|
Included in:
|
||
|
|
||
|
- user-manual: Text Substitutions: Macros
|
||
|
////
|
||
|
|
||
|
Macros are processed by the `macros` element.
|
||
|
The macros substitution replaces a macro's content with the appropriate built-in and user-defined configuration.
|
||
|
|
||
|
.Elements subject to macros substitution
|
||
|
[width="40%", cols="3,^2"]
|
||
|
|===
|
||
|
|Element | `macros` substitution
|
||
|
|
||
|
|Attribute Entry Value |inline pass macro only
|
||
|
|
||
|
|Comment |{n}
|
||
|
|
||
|
|Example |{y}
|
||
|
|
||
|
|Fenced |{n}
|
||
|
|
||
|
|Header |{n}
|
||
|
|
||
|
|Literal |{n}
|
||
|
|
||
|
|Listing |{n}
|
||
|
|
||
|
|Macro |{y}
|
||
|
|
||
|
|Open |Varies
|
||
|
|
||
|
|Paragraph |{y}
|
||
|
|
||
|
|Passthrough |{y}
|
||
|
|
||
|
|Quote |{y}
|
||
|
|
||
|
|Sidebar |{y}
|
||
|
|
||
|
|Source |{n}
|
||
|
|
||
|
|Special sections |{y}
|
||
|
|
||
|
|Table |Varies
|
||
|
|
||
|
|Title |{y}
|
||
|
|
||
|
|Verse |{y}
|
||
|
|
||
|
|===
|