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 e3cbc23 commit b738095Copy full SHA for b738095
schemas/styles/csl.rnc
@@ -1000,16 +1000,16 @@ div {
1000
## Capitalizes the first character (other characters remain in
1001
## their original case).
1002
"capitalize-first"
1003
- |
1004
- ## Capitalizes the first character and the first character of a subtitle
1005
- ## (other characters remain in their original case).
1006
- "capitalize-subtitle"
1007
|
1008
## Capitalizes the first character of every word (other characters
1009
## remain in their original case).
1010
"capitalize-all"
1011
1012
## Renders text in title case.
1013
"title"
+ |
+ ## Renders text in sentence case.
+ ## Deprecated. Will be removed in CSL 1.1
+ "sentence"
1014
}?
1015
}
0 commit comments