manastalukdar / manastalukdar.github.io

Source code for personal website and blog.
https://manastalukdar.github.io/
MIT License
4 stars 0 forks source link

Update getTargetBlankLinkRender in markdownRenderHelpers.ts #370

Closed manastalukdar closed 10 months ago

manastalukdar commented 10 months ago

Update

if (linkVal.charAt(0) === "#") {
        isLocal = true;
      }

to include links within the website and not just the current page.