Fix #158
This commit is contained in:
@@ -1801,7 +1801,7 @@ text_filter :=
|
||||
} +
|
||||
#### step 4 : explict non mana symbols
|
||||
replace@(
|
||||
match: "\\][-+=]?[VHSCEKPLOTQ\\?XYZIWUBRG0-9/|]+\\[",
|
||||
match: "\\][-+=]?[VHSCEKPLOTQINF\\?XYZIWUBRG0-9/|]+\\[",
|
||||
replace: {"<nosym>" + mana_filter_t() + "</nosym>"}
|
||||
) +
|
||||
#### step 5 : add mana & tap symbols
|
||||
@@ -1827,6 +1827,10 @@ text_filter :=
|
||||
replace: "\\1"
|
||||
) +
|
||||
#### step 5c : add explicit mana symbols
|
||||
replace@(
|
||||
match: "\\[INF\\]",
|
||||
replace: {"<sym>INF</sym>" }
|
||||
) +
|
||||
replace@(
|
||||
match: "\\[[-+=]?[VHSCEKPLOTQ\\?XYZIWUBRG0-9/|]+\\]",
|
||||
replace: {"<sym>" + mana_filter_t() + "</sym>"}
|
||||
|
||||
Reference in New Issue
Block a user