Improves hint and url tags interaction by adding offset to nested outline (only one level deep, since RTL currently support only one underline of the same time at a time).
test [hint="tooltip"]hello[/hint] test [url="https://example.com"]hello[/url] test
test [hint="tooltip"][url="https://example.com"]hello[/url][/hint] test
test [hint=" tooltip"]world[url="https://example.com"]hello[/url]world[/hint] test
test [url="https://example.com"]world[hint="tooltip"]hello[/hint]world[/url] test
Improves
hint
andurl
tags interaction by adding offset to nested outline (only one level deep, since RTL currently support only one underline of the same time at a time).