Fixed problems with block-level spoilers
Block-level spoilers (= inside <h1>, <li> etc.) were left unparsed.
This commit is contained in:
parent
1fcced20f1
commit
15486b6e9a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class CustomMarkdown extends \Michelf\Markdown
|
|||
{
|
||||
$this->simple = $simple;
|
||||
$this->no_markup = true;
|
||||
$this->block_gamut += ['doSpoilers' => 71];
|
||||
$this->span_gamut += ['doSpoilers' => 71];
|
||||
$this->span_gamut += ['doSearchPermalinks' => 72];
|
||||
$this->span_gamut += ['doStrike' => 6];
|
||||
$this->span_gamut += ['doUsers' => 7];
|
||||
|
|
Loading…
Reference in a new issue