fsprojects / FSharp.Formatting

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

fix apidocs markdown comment #783

Closed nhirschey closed 1 year ago

nhirschey commented 1 year ago

Typo, was "(*" instead of "(*". As a result the Go to Source links and Markdown Comments* section of the api docs was rendering as a regular code comment.

This typo was created in PR #600. Prior to that PR it started with "(**".

This only affects the docs, no new release of the tool is needed.

nojaf commented 1 year ago

Thanks!