]> BookStack Code Mirror - bookstack/commit
Added conversion of iframes to anchors on PDF export
authorDan Brown <redacted>
Thu, 25 Nov 2021 15:12:32 +0000 (15:12 +0000)
committerDan Brown <redacted>
Thu, 25 Nov 2021 15:12:32 +0000 (15:12 +0000)
commit2c21850da728dce55cec2e84ec73ed474ba0bd0a
treeec4dedbcc74fa25d620b1334616e7accdde00722
parent709533c1fb6419bc64fca04d12a3c0891e2b31ae
Added conversion of iframes to anchors on PDF export

- Replaced iframe elements with anchor elements wrapped in a paragraph.
- Extracted PDF generation action to seperate class for easier mocking
  within testing.
- Added test to cover.

For #3077
app/Entities/Tools/ExportFormatter.php
app/Entities/Tools/PdfGenerator.php [new file with mode: 0644]
tests/Entity/ExportTest.php