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.
51 lines
595 B
51 lines
595 B
4 years ago
|
////
|
||
|
Included in:
|
||
|
|
||
|
- user-manual: Text Substitutions: Attributes
|
||
|
////
|
||
|
|
||
|
Attribute references are replaced with their values when they're processed by the `attributes` substitution.
|
||
|
|
||
|
.Elements subject to attributes text substitution
|
||
|
[width="40%", cols="3,^2"]
|
||
|
|===
|
||
|
|Element | `attributes` substitution
|
||
|
|
||
|
|Attribute Entry Value |{y}
|
||
|
|
||
|
|Comment |{n}
|
||
|
|
||
|
|Example |{y}
|
||
|
|
||
|
|Fenced |{n}
|
||
|
|
||
|
|Header |{y}
|
||
|
|
||
|
|Literal |{n}
|
||
|
|
||
|
|Listing |{n}
|
||
|
|
||
|
|Macro |{y}
|
||
|
|
||
|
|Open |Varies
|
||
|
|
||
|
|Paragraph |{y}
|
||
|
|
||
|
|Passthrough |{n}
|
||
|
|
||
|
|Quote |{y}
|
||
|
|
||
|
|Sidebar |{y}
|
||
|
|
||
|
|Source |{n}
|
||
|
|
||
|
|Special sections |{y}
|
||
|
|
||
|
|Table |Varies
|
||
|
|
||
|
|Title |{y}
|
||
|
|
||
|
|Verse |{y}
|
||
|
|
||
|
|===
|