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
I build a table using non-breaking spaces after Name to force the 'Name' column width :
| Date | Name | | ---------- |-------------------------- | | dddd | Name |
If I press tab, the non-breaking spaces shall remain.
Non-breaking spaces are deleted
| Date | Nom | |------|------| | dddd | Name |
The text was updated successfully, but these errors were encountered:
How about (setq markdown-table-align-p nil) ?
(setq markdown-table-align-p nil)
Sorry, something went wrong.
Sorry, let me detail the expected behaviour (I don't want to disable alignment)
I believe the result after 'tab' should be:
| Date | Name | | ---------- |--------------------------- | | dddd | Name |
No branches or pull requests
Expected Behavior
I build a table using non-breaking spaces after Name to force the 'Name' column width :
If I press tab, the non-breaking spaces shall remain.
Actual Behavior
Non-breaking spaces are deleted
Software Versions
The text was updated successfully, but these errors were encountered: