Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does the javascript library they used in fsharp documents

Tags:

javascript

f#

When I visit some F# library documentation such FsUnit, they seems using some awesome javascript library that when I hover the mouse on some variable, a popup tips shows the type information about that variable. I would like to write a simple tutorials that is about F#. If I could add that script, I think the experience will be awesome. So does anyone knowns what the library is?

like image 689
holmescn Avatar asked Jun 17 '16 12:06

holmescn


1 Answers

Its FSharp.Formatting. The HTML formatting bit is http://tpetricek.github.io/FSharp.Formatting/codeformat.html

like image 154
Kevin Avatar answered Nov 16 '22 06:11

Kevin