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

ExportFormatter: Add missing book description and remove extra newlines in markdown export #5313

Open czemu opened 1 week ago

czemu commented 1 week ago

Hi,

This pull request includes two updates to the app/Entities/Tools/ExportFormatter.php file regarding the markdown export:

  1. Added the missing book description in the bookToMarkdown() method.
  2. Added a check for an empty chapter description, preventing unwanted extra lines (\n\n) between the chapter name and the page content when the description is empty.