Use `v-safe-html` instead of `v-html` in `latex.vue`
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=296035) </details> <!--IssueSummary end--> `v-safe-html` uses `dompurify` under the hood. For unknown reasons `dompurify` is stripping out attributes from `use` tags inside of SVGs. This issue is to address those attributes being stripped and use `v-safe-html` instead. The following discussion from !49497 should be addressed: - [ ] @jboyson started a [discussion](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/49497#note_468642288): (+2 comments) > @ohoral thanks for the thorough review! Back to you :ping_pong: > > Note: I still have squared away the licensing part yet
issue