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

Problems adding | in tables #62

Closed
derek-austin opened this issue Feb 9, 2017 · 2 comments
Closed

Problems adding | in tables #62

derek-austin opened this issue Feb 9, 2017 · 2 comments

Comments

@derek-austin
Copy link

derek-austin commented Feb 9, 2017

Please add an option to disable HTML escapes substitution

Use case for the option:

If you have 'Run on Save' and save this

Command | Description
------- | ------------------------
ls      | list directory contents 
ls | wc | count directory contents
ls \| wc | count directory contents
ls | wc | count directory contents 

you get this

Command | Description
------- | ------------------------
ls      | list directory contents
ls      | wc                       | count directory contents
ls \    | wc                       | count directory contents
ls | wc | count directory contents

if you save it again you get this:

Command | Description
------- | -----------------------
ls      | list directory contents
ls      | wc                      | count directory contents
ls \    | wc                      | count directory contents
ls      | wc                      | count directory contents

If you disable the HTML escape substitution you could use the | hack to render the table.

@derek-austin
Copy link
Author

or take into account that I want \| together

@notslang
Copy link
Owner

notslang commented Feb 9, 2017

moved to notslang/tidy-markdown#46

@notslang notslang closed this as completed Feb 9, 2017
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

No branches or pull requests

2 participants