removing unsupported macros
This commit is contained in:
parent
ef65e1094a
commit
e2cd2368f7
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,8 @@ def convert_markup(content, filename):
|
||||||
# Macros and another foolish - simply remove
|
# Macros and another foolish - simply remove
|
||||||
# macros
|
# macros
|
||||||
('<<.+?>>', ''),
|
('<<.+?>>', ''),
|
||||||
|
('\[\[Anchor\(\w+\)\]\]', ''),
|
||||||
|
('\[\[(PageCount|RandomPage)\]\]', ''),
|
||||||
|
|
||||||
# ('\["', '[['), # internal link open
|
# ('\["', '[['), # internal link open
|
||||||
# ('"\]', ']]'), # internal link close
|
# ('"\]', ']]'), # internal link close
|
||||||
|
|
Loading…
Reference in a new issue