Skip to content

Conversation

mhmd-azeez
Copy link
Contributor

Pipe character not rendered correctly

Summary

Because the pipe character is used to create tables, it has to be escaped. &#124; is not rendered as a pipe when placed between ticks. Instead, it's better to use <code> </code> markup.

More information

https://stackoverflow.com/questions/17319940/how-to-escape-a-pipe-char-in-a-code-statement-in-a-markdown-table/17320389#17320389

Copy link
Contributor

@mairaw mairaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Encrypt0r. You're right. We use the same technique in other topics as well. I'll double check other migrated topics also don't have the same issue. Your fix will probably go live tomorrow.

@mairaw mairaw merged commit cd73011 into dotnet:master Sep 18, 2017
@mairaw mairaw mentioned this pull request Sep 18, 2017
@mhmd-azeez mhmd-azeez deleted the patch-1 branch September 18, 2017 03:29
rpetrusha pushed a commit that referenced this pull request Sep 20, 2017
* fix constructor remarks formatting. (#3141)

* fix constructor remarks formatting.

* another instance

* Update String.xml

* Update String.xml

* &#124; didn't render to `|` properly (#3162)

* Added missing space between two words (#3161)

* M10669: Possible typo mistake: 'SC1721' (#3167)

@wiwagn,
It seems that 'SC1721' is a typo of 'CS1721'. Could you help to review this and reply, please?
Many thanks in advance!

* Update sample code for documentation VB.NET "what's new : language features : Tuples" (#3166)

* what's new Tuples : sample use InvariantCulture

* vb tuple example fix new language feature sample

* fixed broken link (#3169)

* fixed pipes in tables (#3163)

* added info about relative paths for output (#3042)

* added info about relative paths for output

* edits

* Update how-to-write-a-simple-parallel-for-loop.md (#3174)

Updated Cut to Copy in Copy/Cut and Paste this code into ...

* fixed formulas (#3182)

* fixed formulas

* fixed formula

* fixed formula

* simplifying version list (#3176)

* Minor fixes : inconsistent wording and some ghost characters (#3171)

* what's new Tuples : sample use InvariantCulture

* vb tuple example fix new language feature sample

* minor typos

* compiler warning corrected to match previously mentioned number
* removed a "ghost" quote

* fixed inconsistent "read-only" and "read only"

* code formatting (missing space)

* Adding C# version history post (#2867)

* Create csharp-version-history.md

* Added the actual text

* Updated TOC with my entry.

* first pass edit

1. Add Metadata
1. Change person
1. Formalize from blog post to docs style language.

* Update csharp-version-history.md

* fix build warnings on links.

* respond to feedback

* fixed build warnings

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

Successfully merging this pull request may close these issues.

3 participants