Skip to content

Commit fc1544f

Browse files
committed
Warning message when editing HTML before export.
1 parent 4b1ea0f commit fc1544f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tkintermd/constants.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,12 @@ def foo():
299299
centered_template_middle,
300300
centered_template_bottom,
301301
]
302-
}
302+
}
303+
edit_warning = """
304+
Warning: Any edits made in the HTML code WILL NOT be reflected in the markdown \
305+
editor.
306+
307+
Additionally, any changes to the markdown editor will reset the HTML and disable \
308+
editing. Use this functionality just before exporting to make any required \
309+
adjustments to the HTML.
310+
"""

0 commit comments

Comments
 (0)