]> BookStack Code Mirror - bookstack/commit
Fixed markdown content not stored on first page save
authorDan Brown <redacted>
Mon, 4 Jan 2021 17:52:08 +0000 (17:52 +0000)
committerDan Brown <redacted>
Mon, 4 Jan 2021 17:52:08 +0000 (17:52 +0000)
commit20729a618f7d8b5c792220deab58336cc8141ce6
tree687872dc5d748bec6787a0e384197ab03808c605
parent14ea6c9de341a5474210bc8dba862a23c5de7bf0
Fixed markdown content not stored on first page save

HTML content was still saved.
This changes makes the back-end check for md content
instead of html to ensure that gets stored in cases
where both are sent to the system.

Closes #2446
app/Entities/Repos/PageRepo.php
tests/Entity/PageTest.php