We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4445ab commit 2f886daCopy full SHA for 2f886da
schemas/styles/csl.rnc
@@ -634,8 +634,10 @@ div {
634
|
635
## Specify verbatim text.
636
attribute value { text }
637
- | (attribute variable { variables.standard },
638
- [ a:defaultValue = "long" ] attribute form { "short" | "long" })?
+ | (
+ ## Select a variable.
639
+ attribute variable { variables.standard },
640
+ [ a:defaultValue = "long" ] attribute form { "short" | "long" }?)
641
}
642
# ==============================================================================
643
0 commit comments