Distinguish between anchor ref and href in tokenizer
This commit is contained in:
@@ -87,10 +87,12 @@ class TextFmt(IntEnum):
|
||||
COL_E = 16 # End colour
|
||||
ANM_B = 17 # Begin anchor name
|
||||
ANM_E = 18 # End anchor name
|
||||
HRF_B = 19 # Begin href link
|
||||
HRF_E = 20 # End href link
|
||||
FNOTE = 21 # Footnote marker
|
||||
STRIP = 22 # Strip the format code
|
||||
ARF_B = 19 # Begin anchor link
|
||||
ARF_E = 20 # End anchor link
|
||||
HRF_B = 21 # Begin href link
|
||||
HRF_E = 22 # End href link
|
||||
FNOTE = 23 # Footnote marker
|
||||
STRIP = 24 # Strip the format code
|
||||
|
||||
|
||||
class BlockTyp(IntEnum):
|
||||
|
||||
Reference in New Issue
Block a user