FSharp.Formatting.Literate
23.0.0-alpha.2
dotnet add package FSharp.Formatting.Literate --version 23.0.0-alpha.2
NuGet\Install-Package FSharp.Formatting.Literate -Version 23.0.0-alpha.2
<PackageReference Include="FSharp.Formatting.Literate" Version="23.0.0-alpha.2" />
<PackageVersion Include="FSharp.Formatting.Literate" Version="23.0.0-alpha.2" />
<PackageReference Include="FSharp.Formatting.Literate" />
paket add FSharp.Formatting.Literate --version 23.0.0-alpha.2
#r "nuget: FSharp.Formatting.Literate, 23.0.0-alpha.2"
#:package FSharp.Formatting.Literate@23.0.0-alpha.2
#addin nuget:?package=FSharp.Formatting.Literate&version=23.0.0-alpha.2&prerelease
#tool nuget:?package=FSharp.Formatting.Literate&version=23.0.0-alpha.2&prerelease
The package is a collection of libraries that can be used for literate programming
with F# (great for building documentation) and for generating library documentation
from inline code comments. The key components are Markdown parser, tools for formatting
F# code snippets, including tool tip type information and a tool for generating
documentation from library metadata.
| 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.2 | 35 | 9/10/2026 |
| 23.0.0-alpha.1 | 45 | 9/8/2026 |
| 22.2.0 | 88 | 8/31/2026 |
| 22.1.0 | 152 | 5/27/2026 |
| 22.0.1 | 130 | 5/9/2026 |
| 22.0.0 | 137 | 4/4/2026 |
| 22.0.0-alpha.3 | 89 | 4/2/2026 |
| 22.0.0-alpha.2 | 92 | 3/13/2026 |
| 22.0.0-alpha.1 | 93 | 3/5/2026 |
| 21.0.0 | 366 | 11/12/2025 |
| 21.0.0-beta-005 | 259 | 4/23/2025 |
| 21.0.0-beta-004 | 187 | 11/20/2024 |
| 21.0.0-beta-003 | 236 | 8/16/2024 |
| 21.0.0-beta-002 | 231 | 6/19/2024 |
| 21.0.0-beta-001 | 216 | 6/6/2024 |
| 20.0.1 | 340 | 5/31/2024 |
| 20.0.0 | 297 | 2/14/2024 |
| 20.0.0-beta-002 | 271 | 2/8/2024 |
| 20.0.0-beta-001 | 217 | 1/31/2024 |
| 20.0.0-alpha-019 | 205 | 1/29/2024 |
### Fixed
- Fix tooltip not being interactive: moving the mouse from a code token into its tooltip now keeps the tooltip open, allowing users to select and copy the tooltip text. [#949](https://github.com/fsprojects/FSharp.Formatting/issues/949)
- `fsdocs watch` rebuilds a page when a file its script depends on changes, following `#load` transitively and `#r` to local files, wherever those files are (a dot folder, outside the input folder). The directives are read from the syntax tree, so a `#load` in a comment does not count. [#1309](https://github.com/fsprojects/FSharp.Formatting/issues/1309)