lsegal / atom-rst-preview

Open a rendered version of the ReStructuredText in the current editor with `ctrl-shift-r`.
Other
22 stars 80 forks source link

can not handle table-sub-lines #31

Open buhtz opened 9 years ago

buhtz commented 9 years ago

This code isn't rendered correct

========= ===== =======
snapshot2
-----------------------
path      inode counter
========= ===== =======
``fileA`` 1     2
``fileB`` 6     1
``fileD`` 5     2
========= ===== =======

Line Nr 5 (the second ====) is not render. It is just added as a table entry. Different rst-Editors rendering that correct.

Using Atom 1.0.0 on Kubuntu 14.04.2, with pandoc 1.12.2.1 (Compiled with texmath 0.6.5.2, highlighting-kate 0.5.5.1).