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

Taking [Option.fold documentation example](https://github.com/dotnet/fsharp/blob/2cd818abf98240109a9ca9ad4982faeea2f8fdf5/src/fsharp/FSharp.Core/option.fsi#L153) as an example you will notice that the output of the example is embedded as a code comment There are cases where the sample together with...

See https://github.com/DiffSharp/DiffSharp/pull/371#issuecomment-905557778

I'm writing [DiffSharp](https://github.com/DiffSharp/DiffSharp) docs using the tools in this repo. I need to make use of [literate scripts](https://fsprojects.github.io/FSharp.Formatting/literate.html) to produce docs that have F# code executed with the `--eval` argument...

1. The `saveImages` flag came from FsLab's literate scripting. It is not documented or tested. 2. The docs don't explain how to embed image outputs specifically, just some general information...

Publishing a sass package for the styling (and compiling the `fsdocs-default.css` file from it) would highly benefit the expandability of the package and make template generation easier. As this library...

type-proposal

See attached video. Navigate here and scroll to the bottom of the page: https://plotly.net/reference/plotly-net-layout.html Then hover over near the end of the signature. It will rapidly jitter the screen and...

__Background__ Hi, I'm trying to understand how and where keyword replacements work. I don't know if "keyword" is the correct name for this feature. The following ``` (** Testing {{fsdocs-package-version}}...

If I try to `(*** include:sample ***)` but I misspell it as `(*** include:smaple ***)` I get an error message like what is below that is not very helpful for...

We currently give links for intra-collection types and .NET types, but not for FSharp.Core Now FSharp.Core is getting more stable, linkable docs we can start to generate links for types...

I am trying to use conditions to render both html and ipynb from `.fsx` files. The content of the resulting files itself looks fine, but evaluation via `(***include-it-raw***)` does not...

type-bug