Checking the github formatting of various usages of the F# let keyword in an embedded code block.
Checking the github formatting of various usages of the let keyword in an embedded code block.
let foo = 1
let bar () = 5
[<Something>] let fizz number = "fizz"
let [<Something>] buzz number = "buzz" //currently wrong: the let is not highlighted
let [<Anything>] fuzz = "bezz" //currently wrong: the let is not highlighted
let foobar = 15