Commit c6f8c70
authored
Disable link rendering inside BoxEmbed content (#337)
## Description
✏️
Prevents links inside BoxEmbed content from being rendered as clickable
anchors.
## Screenshot (optional)
✏️
Before:
<img width="963" height="305" alt="image"
src="https://github.com/user-attachments/assets/fde0f353-77b9-4f02-921a-61afef7e4120"
/>
After:
<img width="1071" height="474" alt="image"
src="https://github.com/user-attachments/assets/8b74d670-95c9-42c3-9a7c-0f348dcc72a5"
/>
<!--
Check out the relevant rules
-
https://www.ssw.com.au/rules/use-pull-request-templates-to-communicate-expectations/
- https://www.ssw.com.au/rules/rules-to-better-pull-requests
- https://www.ssw.com.au/rules/write-a-good-pull-request
- https://www.ssw.com.au/rules/over-the-shoulder-prs
- https://www.ssw.com.au/rules/do-you-use-co-creation-patterns
-->1 parent 8faef26 commit c6f8c70
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
98 | | - | |
| 103 | + | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
| |||
0 commit comments