You are here

public property MarkdownExtra::$table_align_class_tmpl in Express 8

* 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

vendor/michelf/php-markdown/Michelf/MarkdownExtra.php, line 55

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

public $table_align_class_tmpl = '';