jrblevin / markdown-mode

Emacs Markdown Mode
http://jblevins.org/projects/markdown-mode/
GNU General Public License v3.0
892 stars 163 forks source link

Tables are reduced despite non breaking spaces #741

Open Louson opened 1 year ago

Louson commented 1 year ago

Expected Behavior

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.

Actual Behavior

Non-breaking spaces are deleted


| Date | Nom  |
|------|------|
| dddd | Name |

Software Versions