Add text marker processing in tokenizer class

This commit is contained in:
Veronica Berglyd Olsen
2024-04-15 00:42:01 +02:00
parent ec6a5712e5
commit 9823677983
5 changed files with 71 additions and 37 deletions
+2
View File
@@ -91,6 +91,8 @@ class nwShortcode:
SUB_O = "[sub]"
SUB_C = "[/sub]"
FOOTNOTE_B = "[footnote:"
COMMENT_STYLES = {
nwComment.FOOTNOTE: "[footnote:{0}]",
nwComment.COMMENT: "[comment:{0}]",