FSharp.Formatting
FSharp.Formatting copied to clipboard
F# tools for generating documentation (Markdown processor and F# code formatter)
My expected behavior of `fsdocs --watch` is that it would be like `dotnet watch` where when changes to files were made, fsdocs would build again and update the output files....
Currently the `fsdocs` tool generates an .ipynb for every literate script of markdown file if a `_template.ipynb` is present (it can be an empty file). We could also easily generate...
In pandoc you can write `pandoc notebook.ipynb -s -o notebook.html` to create a standalone html page. It would be nice to have similar functionality for single documents. It would also...
Putting this fsx in the docs directory: ``` > (** # Usage *) (*** hide ***) #r "nuget: Testcontainers.PostgreSql, 3.6.0" open Testcontainers.PostgreSql task { (** # Start container *) let...
Bumps [NUnit](https://github.com/nunit/nunit) from 3.14.0 to 4.0.0. Release notes Sourced from NUnit's releases. NUnit 4.0.0 See release notes and See migration guide NUnit 4.0.0-beta.1 See release notes and information Changelog Sourced...
Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.7.0 to 4.8.0. Release notes Sourced from Microsoft.CodeAnalysis.CSharp's releases. .NET 6.0.1 Release .NET 5.0.4 Release .NET 5.0.2 Release Notes Install Instructions Repos Core Changelog Sourced from Microsoft.CodeAnalysis.CSharp's...
Now that we have keywords, https://github.com/fsprojects/FSharp.Formatting/pull/888/, I think it would be useful to generate a page that maps keywords to the associated pages. Something as simple as: ```markdown # Keywords...
This PR intends to implement a basic version of #872 additionally, i tried to refactor the way default files and folders are accessed from the build command, because the init...
I'm not sure if the choice for `netstandard2.1` only was explicit or just happened. I can't consume any assemblies from .net framework and I think it hurts people trying to...
In dark mode, should the line border dividers be made darker to reduce contrast? Specifically, in light mode the vertical line to the left of the section outline (left of...