-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop Cap applies to punctuation #1622
Comments
This seems to be due to
The solution may involve #1340 in which the PHP render callback can wrap the actual first letter with a |
Sounds like the alternative of just making the |
I'm going to close this one as, while I agree with the sentiment of the ticket — it would be nice with smarts here — there isn't really anything we can do. Since it's an advanced feature, off by default, and actively toggled presumably through intent, an argument can be made that this is both expected behavior and a "feature". In other words if we were able to make some smarts here, then the opposite argument could be made — drop cap doesn't work for punctuation. Who knows what crazy poetry someone might want to write. |
If the text starts with a since letter and a punctuation mark (such as the word "I've"), then both the letter and the punctuation mark appear bigly.
The text was updated successfully, but these errors were encountered: