adam-p / markdown-here

Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
https://markdown-here.com
MIT License
59.66k stars 11.26k forks source link

not correctly parsing the '|' character in the Markdown table #868

Open Serious54088 opened 1 month ago

Serious54088 commented 1 month ago

Markdown Here is misinterpreting the | characters as column separators instead of treating them as regular text.

| Column 1 | Column 2 |
|----------|----------|
| Value 1  | Value \| Not a separator |
Column 1 Column 2
Value 1   Value | Not a separator