bundestag / gesetze-tools

Scripts to maintain German law git repository
GNU Lesser General Public License v3.0
114 stars 21 forks source link

🐛 [Bug] Tables in Markdown #50

Open 4350pChris opened 2 years ago

4350pChris commented 2 years ago

Describe the bug Tables in XML files processed by lawdown.py are not converted to tables in the resulting markdown output but instead become improperly formatted lists.

To Reproduce Steps to reproduce the behavior:

  1. Convert any law containing a table within a paragraph from XML to markdown.
  2. Have a look at the resulting output (e.g. AltÖlV

Expected behavior Tables in XML files are converted to correct markdown for tables.

darkdragon-001 commented 2 years ago

See #14