You are here

public property MarkdownExtra::$code_attr_on_pre in Markdown 7

* 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

includes/MarkdownExtra.php, line 68

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

public $code_attr_on_pre = false;