Skip to content

Commit

Permalink
Run trang
Browse files Browse the repository at this point in the history
  • Loading branch information
bwiernik committed Nov 7, 2020
1 parent e0de897 commit c4445ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions schemas/styles/csl.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ div {
## Use the "and" term (e.g., "Doe, Johnson and Smith").
"text"
|
## Use the "ampersand" (e.g., "Doe, Johnson & Smith").
## Use the "ampersand" (e.g., "Doe, Johnson & Smith").
"symbol"
}?,

Expand Down Expand Up @@ -634,8 +634,8 @@ div {
|
## Specify verbatim text.
attribute value { text }
| ((attribute variable { variables.standard },
[ a:defaultValue = "long" ] attribute form { "short" | "long" })?)
| (attribute variable { variables.standard },
[ a:defaultValue = "long" ] attribute form { "short" | "long" })?
}
# ==============================================================================

Expand Down Expand Up @@ -1007,7 +1007,7 @@ div {
|
## Renders text in title case.
"title"
|
|
## Renders text in sentence case.
## Deprecated. Will be removed in CSL 1.1
"sentence"
Expand Down

0 comments on commit c4445ab

Please sign in to comment.