mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-23 06:01:52 +08: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