htmlize-replace-form-feeds

htmlize-replace-form-feeds is a variable defined in `htmlize.el'.
Its value is
t


Documentation:
*Non-nil means replace form feeds in source code with HTML separators.
Form feeds are the ^L characters at line beginnings that are sometimes
used to separate sections of source code. If this variable is set to
`t', form feed characters are replaced with the
separator. If this
is a string, it specifies the replacement to use. Note that
 is
temporarily closed before the separator is inserted, so the default
replacement is effectively "

".  If you specify
another replacement, don't forget to close and reopen the
 if you
want the output to remain valid HTML.

If you need more elaborate processing, set this to nil and use
htmlize-after-hook.

You can customize this variable.