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

housetier’s picture

Version: 4.6.x-1.x-dev » 4.7.x-1.x-dev

The same "error" is still present in the module for drupal 4.7.0.

jhriggs’s picture

Status: Active » Closed (works as designed)

This 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.