1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

ZIP Exports: Reorganised files, added page md parsing

This commit is contained in:
Dan Brown
2024-10-23 10:48:26 +01:00
parent 4fb4fe0931
commit f732ef05d5
10 changed files with 26 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ use BookStack\Entities\Queries\PageQueries;
use BookStack\Entities\Tools\PageContent;
use BookStack\Exceptions\NotFoundException;
use BookStack\Exports\ExportFormatter;
use BookStack\Exports\ZipExportBuilder;
use BookStack\Exports\ZipExports\ZipExportBuilder;
use BookStack\Http\Controller;
use Throwable;