Giter VIP home page Giter VIP logo

Comments (2)

rprichard avatar rprichard commented on September 27, 2024 1

Thanks for letting me know. I've worked around the problem by replacing "FOO | BAR" with "FOO and BAR". I prefer the original syntax, but this is easier. My guess is that the change was undesired, and it's a regression in GitHub's Markdown processing.

This issue is interesting: erusev/parsedown#184. The Markdown in the bug report does the same thing I did, and it doesn't work. But then the issue is fixed, and if you paste the bug report's Markdown into http://parsedown.org/demo, it works as expected.

from win32-console-docs.

rprichard avatar rprichard commented on September 27, 2024

This is probably more relevant, https://github.com/blog/2333-a-formal-spec-for-github-flavored-markdown.

I suspect the change was intentional. Apparently the proper fix is:

`FOO \| BAR`

Include a pipe in a cellโ€™s content by escaping it, including inside other inline spans:

Example 191

| f\|oo  |
| ------ |
| b `\|` az |
| b **\|** im |

https://github.github.com/gfm/

I see that Parsedown will mishandle this fix, but I haven't found any evidence that GitHub ever used Parsedown.

from win32-console-docs.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.