From ce9aa5594489925e78485cacbd17a0f42c4062d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 11 Sep 2017 17:13:25 +0200 Subject: [PATCH] m.htmlsanity: we're replacing builtin SmartQuotes. No need to mess w/ priority. --- pelican-plugins/m/htmlsanity.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pelican-plugins/m/htmlsanity.py b/pelican-plugins/m/htmlsanity.py index 5eabf892..172df564 100644 --- a/pelican-plugins/m/htmlsanity.py +++ b/pelican-plugins/m/htmlsanity.py @@ -34,10 +34,6 @@ class SmartQuotes(docutils.transforms.universal.SmartQuotes): implementation is not executed. """ - # Original SmartQuotes have priority 850, we are patching them so we need - # a lower number - default_priority = 849 - def apply(self): # We are using our own config variable instead of # self.document.settings.smart_quotes in order to avoid the builtin -- 2.30.2