bradchoate / text-textile

Text::Textile -- Perl module for handling Textile format
20 stars 11 forks source link

Disabling CSS names does not affect handling of "caps" spans #1

Open bradchoate opened 13 years ago

bradchoate commented 13 years ago

As pointed out to me by Eric Meyer, if you use:

$textile->css(0);

this will not actually prevent Textile from wrapping <span class="caps"> around uppercase text. Since there is no obvious inline style to apply as an alternative, disabling CSS class names should simply prevent these spans from being created altogether.