Module Description
This module provides a simple text format (input filter) that handles <?php ?> and <code></code> tags so that users can post code without having to worry about manually escaping < and > characters with &lt; and &gt;
For PHP code, this module also adds syntax highlighting. For example:
print "Hello, world!"; This module is used on drupal.org.
This module has a handbook page; you can refer to it for more detailed documentation.
#D7AX/#DAX - I pledge to make this module as accessible as it can be. If you find any flaws, please submit an issue. Help me fix them if you can.
For PHP code, this module also adds syntax highlighting. For example:
print "Hello, world!"; This module is used on drupal.org.
This module has a handbook page; you can refer to it for more detailed documentation.
#D7AX/#DAX - I pledge to make this module as accessible as it can be. If you find any flaws, please submit an issue. Help me fix them if you can.
Module Link
Project Usage
1264
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the issue of users being able to post code without manually escaping characters, while also providing syntax highlighting for PHP code on drupal.org.
Data Name
codefilter