Change filtering model again to allow more complex filters.

This commit is contained in:
Ian Gulliver
2014-07-01 17:23:41 -07:00
parent 8b7b0670db
commit a49c9f6db8
2 changed files with 13 additions and 13 deletions

View File

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