removing unsupported macros

This commit is contained in:
Elan Ruusamäe 2011-02-06 23:45:53 +02:00
parent ef65e1094a
commit e2cd2368f7

View file

@ -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