mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-12-08 19:28:33 +03:00
Uses vdom system to diff and update the current markdown preview view instead of requiring a full HTML replace change. This should provide better performance, expecially where dynamically loaded content such as iframes were in use. Closes #3454