You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance documentation merging script to fix internal links and improve image path handling
- Added functionality to fix internal links by inserting 'pages/' before relative links.
- Updated regex patterns to handle markdown and HTML links, ensuring proper path adjustments for relative links while excluding images.
- Improved comments for clarity on the changes made to image and link paths.
# Regex for HTML links: <a href="/relative-path"> but not <a href="http..."> or <a href="#anchor"> or <a href="/images/..."> or <a href="public/images/...">
0 commit comments