BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.43k stars 1.94k forks source link

Export: convert tables from HTML to Markdown #5257

Open WilliamDEdwards opened 1 month ago

WilliamDEdwards commented 1 month ago

When exporting pages to Markdown, tables were still HTML. This is because league/html-to-markdown does not convert tables to Markdown by default, "because it is not part of the original Markdown syntax" (source: https://packagist.org/packages/league/html-to-markdown)