Skip to content

Commit c4445ab

Browse files
committed
Run trang
1 parent e0de897 commit c4445ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

schemas/styles/csl.rnc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ div {
403403
## Use the "and" term (e.g., "Doe, Johnson and Smith").
404404
"text"
405405
|
406-
## Use the "ampersand" (e.g., "Doe, Johnson & Smith").
406+
## Use the "ampersand" (e.g., "Doe, Johnson & Smith").
407407
"symbol"
408408
}?,
409409

@@ -634,8 +634,8 @@ div {
634634
|
635635
## Specify verbatim text.
636636
attribute value { text }
637-
| ((attribute variable { variables.standard },
638-
[ a:defaultValue = "long" ] attribute form { "short" | "long" })?)
637+
| (attribute variable { variables.standard },
638+
[ a:defaultValue = "long" ] attribute form { "short" | "long" })?
639639
}
640640
# ==============================================================================
641641

@@ -1007,7 +1007,7 @@ div {
10071007
|
10081008
## Renders text in title case.
10091009
"title"
1010-
|
1010+
|
10111011
## Renders text in sentence case.
10121012
## Deprecated. Will be removed in CSL 1.1
10131013
"sentence"

0 commit comments

Comments
 (0)