Liquid conflicts with HTML filter
carugnom - December 12, 2007 - 14:41
| Project: | Liquid Wiki Engine Project |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Hello, i configure the 'Liquid MediaWiki input format' choosing the following filters:
* HTML Filter
* Line break converter
* Liquid MediaWiki Filter (Liquid implementation)
* URL filter
Then i write a page, and all filters seems to work, all but the HTML filter.
The html tags i write appears in the published page, so the HTML filter do not
work when Liquid is enabled too.
Disabling Liquid, the HTML filter works well.
I've tried by rearranging filter orders, putting Liquid before and after HTML filter,
but it's always the same.
Mario
