From b3585de3288311d52ecdcea1e756b938bf331a98 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 11 2017 16:13:05 +0000 Subject: Small style fix --- diff --git a/pagure/lib/__init__.py b/pagure/lib/__init__.py index ce72e8a..c9f5dc0 100644 --- a/pagure/lib/__init__.py +++ b/pagure/lib/__init__.py @@ -3339,7 +3339,8 @@ def text2markdown(text, extended=True, readme=False): 'markdown.extensions.fenced_code', 'markdown.extensions.tables', 'markdown.extensions.smart_strong', - # All of the above are the .extra extensions - the attribute lists one + # All of the above are the .extra extensions + # w/o the "attribute lists" one 'markdown.extensions.admonition', 'markdown.extensions.codehilite', 'markdown.extensions.sane_lists',