Me gustaría tener la capacidad de anular los estilos de anclaje globalmente y para lograrlo, necesito cambiar el comportamiento de ajuste como se muestra en los ejemplos a continuación:
Comportamiento por defecto:
<span style="font-family: "arial black", sans-serif;" data-mce-style="font-family: 'arial black', sans-serif;"> <strong> <a href="https://google.com" data-mce-href="https://google.com" data-mce-linkchecker-status="valid" data-mce-selected="inline-boundary">Some text</a> </strong> </span>Comportamiento deseado
<a href="https://google.com" data-mce-href="https://google.com" data-mce-linkchecker-status="valid" data-mce-selected="inline-boundary"> <span style="font-family: "arial black", sans-serif;" data-mce-style="font-family: 'arial black', sans-serif;"> <strong> Some text </strong> </span> </a>