Package: python3-markdown2
Version: 2.3.10-1.1
Severity: important
File: /usr/bin/markdown2
X-Debbugs-Cc: mus...@posteo.org

The table syntax is completely ignored. Markdown just puts it into a paragraph.

$ cat t.md
| Header 1 | Header 2 |
| -------- | -------- |
| Cell 1   | Cell 2   |

$ markdown2 t.md
<p>| Header 1 | Header 2 |
| -------- | -------- |
| Cell 1   | Cell 2   |</p>
$


-- System Information:
Debian Release: 11.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-9-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-markdown2 depends on:
ii  python3  3.9.2-3

python3-markdown2 recommends no packages.

python3-markdown2 suggests no packages.

-- no debconf information

Reply via email to