You are here

Files in Code Filter 8

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt Code Filter 7.x-1.x-dev, xxxx-xx-xx (development release) ----------------------------------- - Remove translations in favor of localize.drupal.org - #76234: Fix leading space in code being ignored by browsers - #1092140 : Dynamic expansion of…
codefilter.css codefilter.css div.codeblock { padding: 5px; border: 1px solid #ccc; background-color: #eee; } /* Multiclass not supported in IE6. */ div.codeblock.nowrap-expand { /* Not supported in IE6 or 7. */ white-space: nowrap; overflow: hidden; }
codefilter.info.yml codefilter.info.yml codefilter.info.yml
codefilter.libraries.yml codefilter.libraries.yml codefilter.libraries.yml
codefilter.module codefilter.module Module file for codefilter.
CodeFilter.php src/Plugin/Filter/CodeFilter.php Drupal\codefilter\Plugin\Filter
CodeFilterTest.php src/Tests/CodeFilterTest.php Drupal\codefilter\Tests
README.txt README.txt ABOUT ----- This is a simple filter module. It handles <code></code> and <?php ?> tags so that users can post code without having to worry about escaping with &lt; and &gt; INSTALLATION ------------ 1. Copy the codefilter…

Other projects