Skip to content
Compare
Choose a tag to compare
@gaurav-nelson gaurav-nelson released this 11 Jan 00:27
· 59 commits to master since this release
0fe4911

Updated to Markdown link check v 3.8.6

  • Supports updated replacementPatterns and new projectBaseUrl parameters. PS: https://github.com/tcort/markdown-link-check#markdownlinkcheckmarkdown-opts-callback
    • replacementPatterns an array of objects holding regular expressions which are replaced in a link with their corresponding replacement string. This behavior allows (for example) to adapt to certain platform conventions hosting the Markdown. The special replacement {{BASEURL}} can be used to dynamically link to the base folder (used from projectBaseUrl) (for example that / points to the root of your local repository). Example: [{ pattern: /^.attachments/, replacement: "file://some/conventional/folder/.attachments" }, { pattern: ^/, replacement: "{{BASEURL}}/"}]
    • projectBaseUrl the URL to use for {{BASEURL}} replacement