add to documentation workaround for blank lines interfering with EasyLists
pierce - August 3, 2007 - 19:58
| Project: | EasyLists |
| Version: | 5.x-0.1 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
easylist doesnt seem to like blank lines in front of a list element
for instance,
[code]
something
- item 1
- item 2
[/code]
fails to process 'item 1', while
[code]
something
- item 1
- item 2
[/code]
works.

#1
Try rearranging the order of filters in the input method so EasyList comes at the top.
I'm able to reproduce this if I set EasyList to last in Filtered HTML, and the problem goes away if I set it to first.
I would suggest that EasyList's default weight be set to -10 instead of the current 10.
#2
The suggestion acts as a suitable workaround. Putting this issue on fixed.
#3
Turns out you can't set default weights on a filter -- at least, I can't see any way of doing it.
@figaro: my comment here is a workaround, but I think it needs adding to the documentation for this module so future users can find it. Which means this module needs a documentation page :)
#4
Automatically closed -- issue fixed for two weeks with no activity.
#5
Reopening: this needs documenting.