diff --git a/moin2doku.py b/moin2doku.py index 21868d3..39bf601 100755 --- a/moin2doku.py +++ b/moin2doku.py @@ -132,6 +132,8 @@ def convert_markup(content, filename): # Macros and another foolish - simply remove # macros ('<<.+?>>', ''), + ('\[\[Anchor\(\w+\)\]\]', ''), + ('\[\[(PageCount|RandomPage)\]\]', ''), # ('\["', '[['), # internal link open # ('"\]', ']]'), # internal link close