Skip to content

Commit

Permalink
Add default title style
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Mar 7, 2024
1 parent f945b4b commit debd0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/topics/styles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ of `match`.
| Name | Type | Description |
| :--- | :--- | :--- |
| `match` | `string` | `$title`, `$sentence`, `$lower`, `$upper`, or a pattern. |
| `style` | `string` | AP or Chicago; only applies when match is set to `$title`. |
| `style` | `string` | AP or Chicago; only applies when match is set to `$title` (default: AP). |
| `exceptions` | `array` | An array of strings to be ignored. |
| `indicators` | `array` | An array of suffixes that indicate the next token should be ignored. |
| `threshold` | `float` | The minimum proportion of words that must be (un)capitalized for a sentence to be considered correct (default: 0.8). |
Expand Down

0 comments on commit debd0cf

Please sign in to comment.