We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
or take into account that I want \| together
\|
Sorry, something went wrong.
moved to notslang/tidy-markdown#46
No branches or pull requests
Please add an option to disable HTML escapes substitution
Use case for the option:
If you have 'Run on Save' and save this
you get this
if you save it again you get this:
If you disable the HTML escape substitution you could use the | hack to render the table.
The text was updated successfully, but these errors were encountered: