Download & Extend

add to documentation workaround for blank lines interfering with EasyLists

Project:EasyLists
Version:5.x-0.1
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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.

Comments

#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

Status:active» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

#5

Title:blank lines interfere with EasyLists» add to documentation workaround for blank lines interfering with EasyLists
Status:closed (fixed)» active

Reopening: this needs documenting.