fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
462 stars 155 forks source link

Broken links in HTML #764

Closed 0101 closed 1 year ago

0101 commented 1 year ago

Links to other markdown files in the HTML rendered docs point to the file with .md suffix even though it's been rendered to .html. So the link is broken.

Example: https://github.com/fsharp/fsharp-compiler-docs/issues/970

When rendering a link to another .md file in the same docs, the link should probably have no suffix.