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

Incorrect visualising markdown table #1236

Closed
louis993546 opened this issue Dec 14, 2015 · 2 comments
Closed

Incorrect visualising markdown table #1236

louis993546 opened this issue Dec 14, 2015 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities markdown Markdown support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code) verified Verification succeeded
Milestone

Comments

@louis993546
Copy link

When I want to indent the table, the markdown visualisation fail. The same format works perfectly on GitHub.
screen shot 2015-12-14 at 11 20 46
screen shot 2015-12-14 at 11 20 32

@bpasero
Copy link
Member

bpasero commented Dec 14, 2015

@louistsaitszho can you attach the raw markdown please?

@egamma egamma added the bug Issue identified by VS Code Team member as probable bug label Dec 14, 2015
@egamma egamma added this to the Backlog milestone Dec 14, 2015
@egamma egamma added the markdown Markdown support issues label Dec 14, 2015
@louis993546
Copy link
Author

Heres the markdown. Thanks

## Status code
|Status code|Meaning                                                  |
|-----------|---------------------------------------------------------|
|`200`      |Successful                                               |
|`201`      |Something create (account, visit, patient, etc)          |
|`400`      |Somthing's wrong (Usually bugs)                          |
|`403`      |You have no permission (permission = false in role table)|
|`409`      |Some kind of conflict                                    |
|`497`      |Token does not exist                                     |
|`498`      |Token expired                                            |
|`499`      |You have not provide token to me                         |

## Permissions
### Rules on creating new permission
- nouns should be singular
- If the action are listed in the following table, it must start with their corresponding prefix

    | Action               | Prefix | Example       |
    |----------------------|--------|---------------|
    | add/create/insert    |`add`   |`add_patient`  |
    | delete/remove/revoke |`delete`|`delete_token` |
    | read/get/see/check   |`get`   |`get_inventory`|
    | modify/update/edit   |`edit`  |`edit_any_user`|

@bpasero bpasero added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Dec 18, 2015
@bpasero bpasero added the help wanted Issues identified as good community contribution opportunities label Feb 9, 2016
@bpasero bpasero closed this as completed Jun 16, 2016
@bpasero bpasero modified the milestones: June 2016, Backlog Jun 16, 2016
@bpasero bpasero assigned kieferrm and unassigned bpasero Jun 16, 2016
@dbaeumer dbaeumer added the verified Verification succeeded label Jul 1, 2016
@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
bug Issue identified by VS Code Team member as probable bug help wanted Issues identified as good community contribution opportunities markdown Markdown support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code) verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants