From 5eb5e18b778255f78e4ec5ba2c8f9521a76ec8df Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Mon, 18 Nov 2013 11:20:02 +0100 Subject: [PATCH] Fixes to Markdown parsing introduced in 7605177 --- src/CustomMarkdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CustomMarkdown.php b/src/CustomMarkdown.php index 2e4df205..f54ad36e 100644 --- a/src/CustomMarkdown.php +++ b/src/CustomMarkdown.php @@ -5,8 +5,8 @@ class CustomMarkdown extends \Michelf\Markdown { $this->no_markup = true; $this->span_gamut += ['doSpoilers' => 71]; - $this->span_gamut += ['doSpoilers' => 71]; $this->span_gamut += ['doStrike' => 6]; + $this->span_gamut += ['doUsers' => 7]; $this->span_gamut += ['doPosts' => 8]; $this->span_gamut += ['doTags' => 9]; $this->span_gamut += ['doAutoLinks2' => 29];