ionide / Waypoint

Opinionated solution template for building F# OSS libraries and tools.
https://ionide.io/Libraries/waypoint.html
MIT License
74 stars 13 forks source link

Add support for F#.Formatting literate programming #22

Closed Krzysztof-Cieslak closed 4 years ago

Krzysztof-Cieslak commented 4 years ago

So this is adding support for F# Formatting literate programming feature discussed in #21

What should be implemented

Fixes #21

test

CC: @jbeeko

jbeeko commented 4 years ago

Re tables:

https://github.com/fsprojects/FSharp.Formatting/pull/9

Krzysztof-Cieslak commented 4 years ago

This PR is now using F#.Formatting also for processing markdown files. ~Markdig is still used for API Reference comments due to reasons (MetadataGenerator API from F#.F is not exposing some of the options I need).~ Turns out, I was wrong.

Krzysztof-Cieslak commented 4 years ago

OK, this is ready - the link part is not done yet, I'll do it separate PR and in next version. But for now, this is already a huge improvement.