Skip to content

Commit 7b2a52a

Browse files
authored
fix(readme): fix broken image links for proper rendering (#499)
## 🎯 Aim Fix broken image links in the README by updating relative paths to use raw.githubusercontent.com, ensuring proper rendering across environments like SharePoint. ## 📷 Result ![image](https://github.com/user-attachments/assets/3035fd69-84b2-448d-84c5-06111eee60e6) ## ✅ What was done - [x] Updated `README.md` to replace broken relative image paths - [x] Added logic to handle `images/` path dynamically via script ## 🔗 Related issue Closes: [#473](#473)
1 parent 81978d8 commit 7b2a52a

3 files changed

Lines changed: 291 additions & 10 deletions

File tree

npm-shrinkwrap.json

Lines changed: 188 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,7 @@
11531153
"node-forge": "1.3.1",
11541154
"react-markdown": "10.1.0",
11551155
"remark-gfm": "4.0.1",
1156-
"use-debounce": "10.0.4"
1156+
"use-debounce": "10.0.4",
1157+
"rehype-raw": "^7.0.0"
11571158
}
11581159
}

0 commit comments

Comments
 (0)