fsprojects / FSharp.Formatting

F# tools for generating documentation (Markdown processor and F# code formatter)
https://fsprojects.github.io/FSharp.Formatting/
Other
462 stars 155 forks source link

Can we remove FSharp.Compiler.Service for markdown package #730

Closed albertwoo closed 2 years ago

albertwoo commented 2 years ago

The FSharp.Compiler.Service is too big (30MB)

dsyme commented 2 years ago

No, sorry, that's not a goal of this repo. This repo is about formatting F# code and documentation and is not a generic markdown library.

albertwoo commented 2 years ago

Ok, the aternertive is https://github.com/xoofx/markdig

dsyme commented 2 years ago

Yes, that library looks great