Commit 8faef26
authored
Fix archived reason markdown links rendering (#333)
## Description
✏️
Relates to SSWConsulting/SSW.Rules#2187
Fixes broken link rendering in archivedreason by removing unsafe URL
regex replacement and correctly handling markdown-style links.
## Screenshot (optional)
✏️
Before:
<img width="2211" height="1156" alt="image"
src="https://github.com/user-attachments/assets/44c592a8-2889-454c-b6af-e45a63edcbab"
/>
After:
<img width="2622" height="1300" alt="image"
src="https://github.com/user-attachments/assets/42a81209-f663-4d33-bda6-2a0262a65b12"
/>
<!--
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 719fe5f commit 8faef26
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments