Class | String |
In: |
lib/gerbil/html.rb
|
Parent: | Object |
PROTECTED_TAGS | = | %w[tt code pre] | The content of these HTML tags will be preserved while they are being processed by Textile. By doing this, we avoid unwanted Textile transformations, such as quotation marks becoming curly (&8192;), in source code. | |
VERBATIM_TAGS | = | %w[noformat] | The content of these HTML tags will be preserved verbatim throughout the text-to-HTML conversion process. |