From bb1ecbeec44ca97af81e7496523450f025e4e01b Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sun, 14 Jan 2007 13:44:24 +0000 Subject: [PATCH] Add CreoleHeadingRule to MyRules. --- modules/creole.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/creole.pl b/modules/creole.pl index 3eeca2a4..ac198364 100644 --- a/modules/creole.pl +++ b/modules/creole.pl @@ -16,9 +16,9 @@ # 59 Temple Place, Suite 330 # Boston, MA 02111-1307 USA -$ModulesDescription .= '

$Id: creole.pl,v 1.18 2007/01/12 20:59:02 as Exp $

'; +$ModulesDescription .= '

$Id: creole.pl,v 1.19 2007/01/14 13:44:24 as Exp $

'; -push(@MyRules, \&CreoleRule); +push(@MyRules, \&CreoleRule, \&CreoleHeadingRule); # [[link|{{Image:foo}}]] conflicts with default link rule $RuleOrder{\&CreoleRule} = -10; # == headings rule must come after the TocRule