FSharp.Formatting
FSharp.Formatting copied to clipboard
F# tools for generating documentation (Markdown processor and F# code formatter)
I have grown the habit of copy-pasting and adjusting my go-to folder structure and `_template.html` file whenever i create docs for a new project. However, i can understand new users...
I am not sure if this is the correct place to raise an issue like this, because it also affects both tooltips in VS and polyglot notebooks Plotly.NET makes quite...
At some point the fsdocs tool stopped generating API docs for a C# library (`Plotly.NET.CSharp`) in a mixed F#/C# solution (https://github.com/plotly/Plotly.NET/tree/dev/src). I am 100% certain that this worked in the...
Say I somehow landed on this page: https://fslab.org/FSharp.Stats/reference/fsharp-stats-testing-sam.html I'd like from this page to be offered a back link to https://fslab.org/FSharp.Stats/Testing.html#SAM (and maybe others) because it is a page that...
I'm wondering if there is any provision, that would enable to flag code for which documentation is generated, as "supported on target X,Y,Z"? With the growing of F# into other...
Running this command on mac: `dotnet fsdocs watch` Output: ``` copying /Users/david/.nuget/packages/fsharp.formatting.commandtool/11.4.1/extras/content/img/copy-xml-hover.png --> ./content/img/copy-xml-hover.png starting server on http://localhost:8901 for content in /Users/david/projects/Sutil/tmp/watch launching browser window to open http://localhost:8901/ Press any...
This is very similar to #821 and also originates from #90. When using the CommonMark [version 0.30](https://spec.commonmark.org/0.30/spec.json) test cases, the following battery of tests https://github.com/fsprojects/FSharp.Formatting/blob/09491d141cb3d1bacb1c4b307a924014c90e8428/tests/FSharp.Markdown.Tests/CommonMarkSpecTest.fs#L47-L52 , experience the problem that...
When using XML docs (``, `` etc.), if they contain a `` ` `` character, the output gets broken. See: https://fsprojects.github.io/FSharp.Formatting/apidocs.html Look at `referringFunction2` and `Foo.Bar`
Following the discussion in #90, this is in my opinion one of the steps we have to undertake. When using the CommonMark [version 0.30](https://spec.commonmark.org/0.30/spec.json) test cases, the following battery of...
Unicode html tags like α `α` don't seem to work in .fsx or Markdown comments in code. Work-around with latex syntax is pretty simple though.