codefilter module

Created by janroe

drupal codefilter module
http://drupal.org/project/codefilter 6.x-1.0

Main function:
Helps to make <code></code> and <?php ?> tags work nicely.
Without the module I could not immediately make make </code> work well in css.

Example function:
Make a box like this for code. It can also be used for citations, etc.
 

left right

Manage:
It does not add a main admin heading on its own, it integrates into Site configuration > Input formats. It adds a "Code filter" as a checkmark choice to add to any of the Input format types.

The short documentation gives an example, which suggests to rearrange the sequence of filters: Put the code filter before the line break converter.

Also: the instructions say to add the module directory into modules, whereas I believe that should be, as all other contributed modules, the sites/zzz/modules directory.

It works. There's now a box around the code part in my i18n module notes. Super.

If it doesn't work, check your input format(s).