pharmai / plip

Protein-Ligand Interaction Profiler - Analyze and visualize non-covalent protein-ligand interactions in PDB files according to 📝 Adasme et al. (2021), https://doi.org/10.1093/nar/gkab294
http://plip.biotec.tu-dresden.de
GNU General Public License v2.0
449 stars 103 forks source link

Generated RST file missing blank line after section titles #139

Open baoilleach opened 1 year ago

baoilleach commented 1 year ago

Using PLIP from conda, I see:

**Salt Bridges**
+-------+---------+----------+----------------+-----------+-------------+--------------+------+-----------+-------------+--------------+-------------------------+-------------------------+
etc.

in the generated RST file. Running this through docutils' rst2html.py doesn't make a table. However, it works fine if I add a blank line as so:

**Salt Bridges**

+-------+---------+----------+----------------+-----------+-------------+--------------+------+-----------+-------------+--------------+-------------------------+-------------------------+
etc.