Class | String |
In: |
lib/erbook/to_xhtml.rb
|
Parent: | Object |
PROTECTED_TAGS | = | %w[tt code pre] | The content of these XHTML 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 XHTML tags will be preserved verbatim throughout the text-to-XHTML conversion process. |
Transforms this string into an inline XHTML string (one that does not contain any block-level XHTML elements at the root).