Ellerbach / docfx-companion-tools

A suite of tools, pipelines templates to take the very best of DocFX
MIT License
66 stars 19 forks source link

Added support for DocFx extended file inclusion links #58

Closed mtirionMSFT closed 3 weeks ago

mtirionMSFT commented 3 weeks ago

DocFx defines extension to include markdown files or code from external files. For details see https://dotnet.github.io/docfx/docs/markdown.html. These references are now supported by the DocLinkChecker. The referenced file is validated, but optional parameters to the link (including name links) are not validated. This fixes issues #29 and #51.