Check for existing issues
Description
My rule:
extends: capitalization
message: "'%s' should be in title case"
level: error
scope: heading.md
match: $title
style: AP
exceptions:
- none
It errors out on this title because of the to:

Now, according to AP, to is not required to be capitalized when it is a preposition. Capitalization is required when to is part of an infinitive verb. Therefore I believe this is a bug, as the current rule would actually require to to be capitalized in all occurrences when API rule is in use.
Check for existing issues
Description
My rule:
It errors out on this title because of the
to:Now, according to AP,
tois not required to be capitalized when it is a preposition. Capitalization is required whentois part of an infinitive verb. Therefore I believe this is a bug, as the current rule would actually requiretoto be capitalized in all occurrences when API rule is in use.