FSharp.Formatting.Literate
23.0.0-alpha.6
See the version list below for details.
dotnet add package FSharp.Formatting.Literate --version 23.0.0-alpha.6
NuGet\Install-Package FSharp.Formatting.Literate -Version 23.0.0-alpha.6
<PackageReference Include="FSharp.Formatting.Literate" Version="23.0.0-alpha.6" />
<PackageVersion Include="FSharp.Formatting.Literate" Version="23.0.0-alpha.6" />
<PackageReference Include="FSharp.Formatting.Literate" />
paket add FSharp.Formatting.Literate --version 23.0.0-alpha.6
#r "nuget: FSharp.Formatting.Literate, 23.0.0-alpha.6"
#:package FSharp.Formatting.Literate@23.0.0-alpha.6
#addin nuget:?package=FSharp.Formatting.Literate&version=23.0.0-alpha.6&prerelease
#tool nuget:?package=FSharp.Formatting.Literate&version=23.0.0-alpha.6&prerelease
fsdocs and FSharp.Formatting

FSharp.Formatting is a set of libraries and tools for processing F# script files and markdown, and for
generating API documentation from XML doc comments. The primary tool is fsdocs.
Full documentation: https://fsprojects.github.io/FSharp.Formatting/
The fsdocs tool
fsdocs builds a static documentation site from the markdown files and F# scripts in your docs
folder, plus API reference pages for the projects in your solution.
dotnet tool install fsdocs-tool
dotnet fsdocs build
dotnet fsdocs watch
initcreates adocsfolder with a defaultindex.md.buildprocesses thedocsfolder and writes the site tooutput.watchbuilds the site, serves it locally and rebuilds on every change.convertconverts individual markdown and script files.
Run dotnet fsdocs <command> --help to see the options of a command, or read the
command line guide.
The libraries
The same functionality is available as NuGet packages for use from your own code:
- FSharp.Formatting bundles the markdown parser, F# code formatter, literate programming support and API doc generator.
- FSharp.Formatting.Literate only contains the literate programming support and its dependencies.
See Markdown parser, F# code formatting and literate programming for examples.
Contributing
See CONTRIBUTING.md for how to build the repository and run the tool locally.
Maintainer(s)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- FSharp.Compiler.Service (= 43.12.401)
- FSharp.Core (= 10.1.401)
- System.Text.Json (>= 10.0.12)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FSharp.Formatting.Literate:
| Package | Downloads |
|---|---|
|
FSharp.Formatting.ApiDocs
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 23.0.0-alpha.8 | 9 | 9/18/2026 |
| 23.0.0-alpha.7 | 46 | 9/15/2026 |
| 23.0.0-alpha.6 | 41 | 9/15/2026 |
| 23.0.0-alpha.5 | 49 | 9/15/2026 |
| 23.0.0-alpha.4 | 48 | 9/13/2026 |
| 23.0.0-alpha.3 | 52 | 9/13/2026 |
| 23.0.0-alpha.2 | 63 | 9/10/2026 |
| 23.0.0-alpha.1 | 65 | 9/8/2026 |
| 22.2.0 | 96 | 8/31/2026 |
| 22.1.0 | 155 | 5/27/2026 |
| 22.0.1 | 132 | 5/9/2026 |
| 22.0.0 | 139 | 4/4/2026 |
| 22.0.0-alpha.3 | 93 | 4/2/2026 |
| 22.0.0-alpha.2 | 94 | 3/13/2026 |
| 22.0.0-alpha.1 | 97 | 3/5/2026 |
| 21.0.0 | 369 | 11/12/2025 |
| 21.0.0-beta-005 | 263 | 4/23/2025 |
| 21.0.0-beta-004 | 190 | 11/20/2024 |
| 21.0.0-beta-003 | 238 | 8/16/2024 |
| 21.0.0-beta-002 | 233 | 6/19/2024 |
### Fixed
- The Markdown output marks the namespace of the page in the menu. The menu of the page was overwritten by the site-wide one, which marks nothing, the way the HTML output was until 23.0.0-alpha.5. [#1330](https://github.com/fsprojects/FSharp.Formatting/pull/1330)
- API docs keep the comment of a member whose signature has a type abbreviation of a function type in the range of a function type, such as `(string -> IsPathIgnored) * (unit -> int)` with `type IsPathIgnored = string -> bool`. Reading the member threw `ArgumentOutOfRangeException` and the comment was dropped. The abbreviation is now shown under its own name, as it is everywhere else. [#1327](https://github.com/fsprojects/FSharp.Formatting/issues/1327)
### Changed
- The API Reference section of the menu lists the namespaces on every page of the site. The content pages got a single "All Namespaces" link instead, and only a collection named `FSharp.Core` got the list there, which made the menu of a content page a different menu from the one of an API page. No entry is marked active while the reader is on a content page. [#1330](https://github.com/fsprojects/FSharp.Formatting/pull/1330)
- The header of that section reads "API Reference" on the API pages as well, where 23.0.0-alpha.5 made it "Namespaces". A menu template sees the same `{{fsdocs-menu-header-content}}` and `{{fsdocs-menu-header-id}}` (`api_reference`) on every page of the site now. The built-in menu keeps the header as the link to the index of all namespaces. [#1330](https://github.com/fsprojects/FSharp.Formatting/pull/1330)