FSharp.Formatting icon indicating copy to clipboard operation
FSharp.Formatting copied to clipboard

F# tools for generating documentation (Markdown processor and F# code formatter)

Results 90 FSharp.Formatting issues
Sort by recently updated
recently updated
newest added

This seems to be an upstream, FSharp issue. See https://github.com/dotnet/fsharp/issues/14622#issuecomment-1466483603 This is the example from the FSharp.Formatting.Literate.Evaluation docs that used to work. ```fsharp #r "nuget: FSharp.Formatting, 17.*" open FSharp.Formatting.Literate open...

I'm looking for some guidance on how to deal with a specific problem when doing [Literate Prgramming](https://fsprojects.github.io/FSharp.Formatting/literate.html). This involves trying to update the doc's examples with new code that isn't...

👋 Playing around with the menu templating from https://github.com/fsprojects/FSharp.Formatting/issues/754 and I've noticed a few oddities. 1. Both of these these templates get copied to the output folder: ``` copying C:\Users\jimmy\Repositories\public\TheAngryByrd\fsdocstster\build\..\docsSrc\_menu-item_template.html...

Tried to use `fsdocs` (v11.2.0) to generates docs only for solution with multiple projects that has dependencies on each other. But the tool successfully generates API reference only for the...

Question: What is the best practice of adding a diagram or a chart? With GitHub they support Mermaid: https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/ However it doesn't render in `fsdocs watch` so I didn't try...

## Motivation In a recent project I was working on, I customized the theme that FSDocs operate on. The customized theme was first processed with NPM, then template files were...

It looks like some spans have incorrect ranges. The repro [is here](https://github.com/artempyanykh/FSharp.Formatting/commit/eb2683f612404947ec2b6af1314f44ca8722befb). Note that the actual range for " After" span is (1,7)-(1,13), while I'd expect it to be (1,21)-(1,27)....