Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<!> operator not visible in docs #413

Closed
3Rafal opened this issue Dec 19, 2020 · 4 comments · Fixed by #515
Closed

<!> operator not visible in docs #413

3Rafal opened this issue Dec 19, 2020 · 4 comments · Fixed by #515

Comments

@3Rafal
Copy link
Contributor

3Rafal commented Dec 19, 2020

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

@gusty
Copy link
Member

gusty commented Feb 20, 2021

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

@wallymathieu
Copy link
Member

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

@wallymathieu
Copy link
Member

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants