diff --git a/markitect/document_manager.py b/markitect/document_manager.py index 1a80749c..5bb7fbe2 100644 --- a/markitect/document_manager.py +++ b/markitect/document_manager.py @@ -533,6 +533,27 @@ class DocumentManager: let markitectEditor;""" + # Edit mode status and error reporting section + edit_mode_html = "" + if edit_mode: + edit_mode_html = f""" +