To highlight text don’t use \textit but \emph, because the latter also provides the right logical markup (“emphasize”) and takes care of nesting.
|
1 2 3 4 |
\emph{This is some example text which is emphasized by using an italic font. A \emph{nested highlighted} will be recto (upright)}. |