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

## Feature Request I've been using this tool a lot more as of late, and I was curious if the discussion of nesting categories has ever come about. Using the...

I would like to parse some Markdown, convert it to HTML, embed that in some other HTML and render it all to an HTML string. Something like this: ```fsharp //...

Hi folks! I was looking into using FSharp.Formatting to generate docs for FsAutoComplete and quickly ran into [this constraint](https://github.com/fsprojects/FSharp.Formatting/blob/656d3c8dfe2f299a5567757320cbb11c1c586417/src/fsdocs-tool/ProjectCracker.fs#L508-L510). I was wondering if there was a specific technical reason why...

Hello, while working on "my PR" I needed to add a new `pipeline` to simplify testing the output of the API Docs generations using a test project. While doing so...

For functions to be documented that return unit, a warning is returned: a parameter is missing a name. Using fsdocs 19.1.1 The code: ``` /// /// Resets all channels ......

Current Nuget package states dependency: FSharp.Compiler.Service = 43.8.100 (which is corrseponding FSharp.Core 8.0.100) But there is already new FSharp.Compiler.Service 43.8.301 (...and corresponding FSharp.Core 8.0.301) This project should not state exact...

## Summary I wanted to open this issue in order to start a discussion for potentially adding support for previewing mermaid diagrams using FsDocs. I think this would be a...

The current tooltip system does the job but is basic. While navigating website generated by F# Formatting, I am often frustrated by the inconsistency in the tooltip system. You can't...

As LLMs become more important to coding workflows, llms.txt is emerging as a loose standard for putting all doc context in one place. See https://llmstxt.org/ , https://llmstxt.site/ , and https://directory.llmstxt.cloud/...

I am missing the main type of my library in the generated API docs. Docs https://goswinr.github.io/AvalonLog/reference/avalonlog.html missing type https://github.com/goswinr/AvalonLog/blob/main/Src/AvalonLog.fs Is it because the type has the same name as the...