Common words/phrases too aggressively italicized.
I like the idea of auto italics, but the (I presume) regex that decides what to italicize is a little too greedy.
For example, a sentence that ends in a word that ends in ie will trigger the regex:
Mmmm, that is some good pie.
becomes
Mmmm, that is some good pie.
It seems that it wouldn't be too much trouble to check for a preceding word character and reject any that have one.
Can I edit the rules myself, or is that buried in the code somewhere?
Thanks!
|