Add processing of fields in the Tokenizer
This commit is contained in:
@@ -193,6 +193,7 @@ class Tokenizer(ABC):
|
||||
}
|
||||
self._shortCodeVals = {
|
||||
nwShortcode.FOOTNOTE_B: TextFmt.FNOTE,
|
||||
nwShortcode.FIELD_B: TextFmt.FIELD,
|
||||
}
|
||||
|
||||
# Dialogue
|
||||
|
||||
Reference in New Issue
Block a user