Closed (works as designed)
Project:
Textile
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2006 at 14:46 UTC
Updated:
10 May 2006 at 18:20 UTC
According to the textile intro documentation, "..." should be rendered as an ellipsis entity (…: … or …: …).
However, when using the textile input filter (or example to write a comment) the "..." are not replaced by anything at all.
Comments
Comment #1
housetier commentedThe same "error" is still present in the module for drupal 4.7.0.
Comment #2
jhriggs commentedThis module is designed to behave the same way as (it's a direct port of) the MovableType Textile plugin. It does not do this conversion directly; it uses SmartyPants. In the same way, you can install and enable the SmartyPants module to handle smart dashes, quotes, and ellipses.