. */ /* * Deprecation warning: This file serves merely as a compatibility layer for \Netcarver\Textile\Parser. * Use the respective base classes for new and updated code. * TODO: Remove in v4.next.0 */ /** * Textile parser. * * @deprecated in 4.6.0 * @see \Textpattern\Textile\Parser */ class Textile extends \Netcarver\Textile\Parser { }