]> BookStack Code Mirror - bookstack/commit
Updated markdown export implementation
authorDan Brown <redacted>
Tue, 22 Jun 2021 20:02:18 +0000 (21:02 +0100)
committerDan Brown <redacted>
Tue, 22 Jun 2021 20:02:18 +0000 (21:02 +0100)
commit57ea2e92ec07d4682466857d27bd706a30e39652
treeb20186bd28c290a8ad8656bc2225df03f74e6e7a
parent9af636bd48f5c7cec7f73746307800b9572d2644
Updated markdown export implementation

- Removed ZIP system for now, until the idea can be fleshed out.
- Added testing to cover.
- Upgraded used library.
- Added custom handling for BookStack callouts.
- Added HTML cleanup to better produce output for things like code
  blocks.
app/Entities/Models/Chapter.php
app/Entities/Tools/ExportFormatter.php
app/Entities/Tools/Markdown/CustomParagraphConverter.php [new file with mode: 0644]
app/Entities/Tools/Markdown/HtmlToMarkdown.php [new file with mode: 0644]
app/Http/Controllers/BookExportController.php
app/Http/Controllers/ChapterExportController.php
app/Http/Controllers/PageExportController.php
composer.json
composer.lock
tests/Entity/ExportTest.php