Add CreoleHeadingRule to MyRules.

This commit is contained in:
Alex Schroeder
2007-01-14 13:44:24 +00:00
parent 589fcc815d
commit bb1ecbeec4

View File

@@ -16,9 +16,9 @@
# 59 Temple Place, Suite 330
# Boston, MA 02111-1307 USA
$ModulesDescription .= '<p>$Id: creole.pl,v 1.18 2007/01/12 20:59:02 as Exp $</p>';
$ModulesDescription .= '<p>$Id: creole.pl,v 1.19 2007/01/14 13:44:24 as Exp $</p>';
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