File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 80
80
| "reviewed-title"
81
81
| "title"
82
82
| "volume-title"
83
+ | # Short title forms. Will be removed in CSL 1.1
84
+ "title-short"
85
+ | "container-title-short"
83
86
84
87
## String variables
85
88
variables.strings =
Original file line number Diff line number Diff line change @@ -634,8 +634,10 @@ div {
634
634
|
635
635
## Specify verbatim text.
636
636
attribute value { text }
637
- | (attribute variable { variables.standard },
638
- [ a:defaultValue = "long" ] attribute form { "short" | "long" })?
637
+ | (
638
+ ## Select a variable.
639
+ attribute variable { variables.standard },
640
+ [ a:defaultValue = "long" ] attribute form { "short" | "long" }?)
639
641
}
640
642
# ==============================================================================
641
643
You can’t perform that action at this time.
0 commit comments