The wiki module currently filters html. This makes it impossible to blend the filter with others, such as fckeditor, that create html. Is it possible to (and is there any reason not to) give an option to disable html filtering in the wiki filter? ie, to have it convert bracketed items but not filter other html? Is there some reason that html filtering is done by wiki, given that there are other modules to do the same job?

Comments

moggy’s picture

agreed, I can see no logical reason why a wiki filter should concern itself with html filtering.

The wiki module would work just fine with the html filter running first, removing unwanted html tags.

I'll have a look at removing it, if there are no objections.

voyager211’s picture

That would solve many incompatibilities. Please, check also http://drupal.org/node/34224.

mkarliner’s picture

Indeed, most seriously, this prevents img_assist working with wiki. Removing the comments from line 422 in the current release of wiki.module does it.