Can I use outlines and color gradients together in UIToolkit text?

Hello, I am currently using UITookit in a project and am trying to do a gradient using the method in the link below, but if I outline the property after the gradient is applied, the gradient is removed.

Is there a way to combine gradient and outline at the same time?

Hey! Looks like a bug. Would you mind logging an issue ? (See How to Report a Bug)

Hey, just wish to let you know this is still a case in Unity 6000.0.36f1
Workaround is to wrap text with <color> tag:
<color=white><gradient="Header Gradient">My Header</gradient></color>

Such way, it mixes with shadow and outline fine for me.