Updated to Markdown link check v 3.8.6
- Supports updated
replacementPatterns
and newprojectBaseUrl
parameters. PS: https://github.com/tcort/markdown-link-check#markdownlinkcheckmarkdown-opts-callbackreplacementPatterns
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