]> BookStack Code Mirror - bookstack/commit
Exports: Fixed issues with book text export format
authorDan Brown <redacted>
Sun, 24 Sep 2023 17:03:37 +0000 (18:03 +0100)
committerDan Brown <redacted>
Sun, 24 Sep 2023 17:03:37 +0000 (18:03 +0100)
commite9664dc678f3ffea8d878c984f7ddc284f0189f8
tree285767dc0c89540a3609cf915ee3fbfc2b2508e2
parentd5a3bdb7aa7876f667256fb3e0d36ef46940adf9
Exports: Fixed issues with book text export format

- Fixed missing page content for direct page children
- Fixed lack of book description.
- Fixed inconsistent spacing between items.
- Fixed lack of spacing between HTML items when HTML on same line.

For #4557
app/Entities/Tools/ExportFormatter.php
tests/Entity/ExportTest.php