FSharpPlus icon indicating copy to clipboard operation
FSharpPlus copied to clipboard

`<!>` operator not visible in docs

Open 3Rafal opened this issue 4 years ago • 3 comments

In our operators docs we have <!> operator: https://fsprojects.github.io/FSharpPlus/reference/fsharpplus-operators.html#(%20%3C!%3E%20)

It is not displayed properly, and we get f x instead of f <!> x. obraz

I've tested it both with Firefox and Chrome and it looks the same. It seems that the reason for this, is that <!> gets treated as HTML comment, as pictured below: obraz

3Rafal avatar Dec 19 '20 23:12 3Rafal

Shouldn't we report this to FsDocs ? Or is it a way to fix it from here?

gusty avatar Feb 20 '21 06:02 gusty

Looks like an FsDocs issue. Perhaps forgotten to markdown escape function names?

wallymathieu avatar Sep 04 '22 07:09 wallymathieu

Perhaps another thing we can do is have a remark in the doc text about the issue in order to make it less weird on the site.

wallymathieu avatar Sep 04 '22 07:09 wallymathieu

Could be https://github.com/fsprojects/FSharp.Formatting/pull/765/ I'll try to upgrade F# formatting and see if it fixes things

wallymathieu avatar Nov 13 '22 13:11 wallymathieu