it would be great to be able to define styles which are not yet implemented. there are at least two approaches
- never fail if the style is not found - this is error-prone to typos
- use special character to determine that the style is optional e.g. a question mark
? - title? would use the style title if present but fail silently if not present
it would be great to be able to define styles which are not yet implemented. there are at least two approaches
?-title?would use the styletitleif present but fail silently if not present