Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

bitwise OR operator ||| escaped wrong #249

Open
smoothdeveloper opened this issue Jul 31, 2016 · 1 comment
Open

bitwise OR operator ||| escaped wrong #249

smoothdeveloper opened this issue Jul 31, 2016 · 1 comment

Comments

@smoothdeveloper
Copy link
Contributor

The ||| operator is not visible on this page:

https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/bitwise-operators-%5Bfsharp%5D?f=255&MSPPError=-2147217396

I'm not sure how to go about fixing the markup but it seems it should rather be the mardkown parser which needs a fix.

@cartermp
Copy link
Contributor

This is getting fixed in our migration over to docs.microsoft.com.

It's actually a common problem in markdown, rendering | as code in a table. The solution is to wrap <code> blocks around the HTML escape characters. Here's how it looks on our staging server:

screen shot 2016-08-11 at 10 41 46 pm

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

No branches or pull requests

2 participants