You are here

public property MarkdownExtra::$code_attr_on_pre in Express 8

* Class attribute for code blocks goes on the `code` tag; * setting this to true will put attributes on the `pre` tag instead. *

Type: boolean

File

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

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

public $code_attr_on_pre = false;