Revert "Change filtering model again to allow more complex filters."

This reverts commit a49c9f6db8.
This commit is contained in:
Ian Gulliver
2014-07-01 17:24:28 -07:00
parent a49c9f6db8
commit 0f86637a6c
2 changed files with 13 additions and 13 deletions

View File

@@ -293,6 +293,8 @@ mediawiki = rr.Parser({
'main': rr.Node('wikidoc', rr.Sequence(
rr.ZeroOrMore(rr.Ref('paragraph')),
rr.EndOfText()))
}, [
rr.SplitTagAndNest('bi', ['b', 'i'])
]);
}, {
'bi': [
rr.SplitTagAndNest('b', 'i')
]
});