brrd / abricotine

Markdown editor with inline preview
GNU General Public License v3.0
2.63k stars 159 forks source link

Tables don't like `|` #194

Open Deuchnord opened 7 years ago

Deuchnord commented 7 years ago

When creating a table which contains a |, it looks like Abricotine stops recognizing it as a table.

To reproduce this issue, paste in Abricotine the following table:

| Operator    | JavaScript    |
| --- | --- |
| AND    | `&&`    |
| OR    | `||`    |

then use the Table > Optimize (Ctrl/Cmd + Shift + B): nothing happens.

brrd commented 7 years ago

I'm moving this issue to brrd/celldown.js/issues/2