textpattern/lib/classTextile.php to your application/libraries and rename it Textile.php <?php
by
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
$this->load->library('textile'); echo $this->textile->TextileThis("_It's working!_");
Output:
<p><em>It’s working!</em></p>