public property MarkdownExtra::$table_align_class_tmpl in Markdown 7
* Class name for table cell alignment (%% replaced left/center/right) * For instance: 'go-%%' becomes 'go-left' or 'go-right' or 'go-center' * If empty, the align attribute is used instead of a class name. *
Type: string
File
- includes/
MarkdownExtra.php, line 55
Class
- MarkdownExtra
- Markdown Extra Parser Class
Namespace
MichelfCode
public $table_align_class_tmpl = '';