FSharp.Formatting.Literate 20.0.0-alpha-001

This is a prerelease version of FSharp.Formatting.Literate.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharp.Formatting.Literate --version 20.0.0-alpha-001
                    
NuGet\Install-Package FSharp.Formatting.Literate -Version 20.0.0-alpha-001
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.Formatting.Literate" Version="20.0.0-alpha-001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.Formatting.Literate" Version="20.0.0-alpha-001" />
                    
Directory.Packages.props
<PackageReference Include="FSharp.Formatting.Literate" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FSharp.Formatting.Literate --version 20.0.0-alpha-001
                    
#r "nuget: FSharp.Formatting.Literate, 20.0.0-alpha-001"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FSharp.Formatting.Literate@20.0.0-alpha-001
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FSharp.Formatting.Literate&version=20.0.0-alpha-001&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FSharp.Formatting.Literate&version=20.0.0-alpha-001&prerelease
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
22.1.0 97 5/27/2026
22.0.1 106 5/9/2026
22.0.0 116 4/4/2026
22.0.0-alpha.3 67 4/2/2026
22.0.0-alpha.2 75 3/13/2026
22.0.0-alpha.1 71 3/5/2026
21.0.0 343 11/12/2025
21.0.0-beta-005 240 4/23/2025
21.0.0-beta-004 169 11/20/2024
21.0.0-beta-003 215 8/16/2024
21.0.0-beta-002 209 6/19/2024
21.0.0-beta-001 192 6/6/2024
20.0.1 314 5/31/2024
20.0.0 278 2/14/2024
20.0.0-beta-002 250 2/8/2024
20.0.0-beta-001 200 1/31/2024
20.0.0-alpha-019 190 1/29/2024
20.0.0-alpha-018 237 1/10/2024
20.0.0-alpha-017 216 1/9/2024
20.0.0-alpha-001 180 11/3/2023
Loading failed

### Added

* * Dark mode is available out of the box.
* * `{{fsdocs-head-extra}}` can included additional html before the closing `</head>` when `_head.html` exists.
* * `{{fsdocs-body-extra}}` can included additional html before the closing `</body>` when `_body.html` exists.
* * MSBuild property `<FsDocsFaviconSource>` can be used to configure the favicon.
* * `active` class is added to the active menu item in `{{fsdocs-list-of-documents}}`.

### Changed

* * The default template was updated and is not compatible with previous versions.

### Removed

* * `FsDocsNavbarPosition` is no longer respected. Use CSS variables instead. See [docs](https://fsprojects.github.io/FSharp.Formatting/templates/leftside/styling.html).
* * ⚠️ Search was completely removed and will be revisited in future versions.