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

Markdown, angle brackets in table not shown in preview mode. #12491

Closed
rajinder-yadav opened this issue Sep 22, 2016 · 6 comments
Closed

Markdown, angle brackets in table not shown in preview mode. #12491

rajinder-yadav opened this issue Sep 22, 2016 · 6 comments
Labels
*as-designed Described behavior is as designed

Comments

@rajinder-yadav
Copy link

  • VSCode Version: Code 1.5.3 (5be4091, 2016-09-22T08:40:08.699Z)
  • OS Version: Linux x64 4.4.0-38-generic

Steps to Reproduce:

  1. Use the following snippet inside a markdown file (README.md):
Method Usage Description
ex test.ex(lambda) Check exception of type T is thrown.
ex_not test.ex_not(lambda) Check exception of type T not thrown.
ex_any test.ex_any(lambda) Check any exception is thrown.
ex_none test.ex_none(lambda) Check no exception is thrown.
  1. Press Shift+Ctrl+V to preview markdown, notice the < > brackets are missing. So far I've notice this is only broken for tables.

When I view this markdown README.md file online in BitBucket the angle bracket are shown correctly.

@rajinder-yadav
Copy link
Author

After pasting looks like github has the same problem(rats!).
Please see attached pic for what you should see, bitbucket seems to do the right thing (below).

bb

@chrmarti chrmarti added the *as-designed Described behavior is as designed label Sep 23, 2016
@chrmarti
Copy link
Collaborator

Using GitHub-like syntax seems to make sense.

@chrmarti
Copy link
Collaborator

To elaborate a bit: Markdown has several different syntaxes in use, we seem to be using one that is close to the GitHub one. You could file a feature request for VS Code supporting multiple syntaxes. The one a user needs depends on which other application (and their Markdown syntax) the user works with.

@rajinder-yadav
Copy link
Author

Like the sound of this, do I just create a new bug asking for an feature enhancement?

@chrmarti
Copy link
Collaborator

@rajinder-yadav Yes, that would be great. Thanks. (Also, I just learned that we are using CommonMarkdown.)

@rajinder-yadav
Copy link
Author

Sweet good to know! I'll file the enhancement 👍

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed
Projects
None yet
Development

No branches or pull requests

2 participants