]> BookStack Code Mirror - bookstack/commit
Added base64 image extraction to markdown page content
authorDan Brown <redacted>
Mon, 18 Oct 2021 10:42:50 +0000 (11:42 +0100)
committerDan Brown <redacted>
Mon, 18 Oct 2021 10:42:50 +0000 (11:42 +0100)
commitcb45c53029a4c11d605da9b5b7e5a32a86760e65
tree7887cc248ffaafea83921bab36c4bdb68a51a0ac
parent6e325de226fd930dae481a13ba80e002c6214a74
Added base64 image extraction to markdown page content

- Included tests to cover.
- Manually tested via API update and interface page update.

Closes #2898
app/Entities/Models/Page.php
app/Entities/Tools/PageContent.php
app/Uploads/ImageRepo.php
tests/Entity/PageContentTest.php