You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2018/09/13 19:24:09 UTC

[05/12] allura git commit: Add extension to array

Add extension to array


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/68f6da2b
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/68f6da2b
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/68f6da2b

Branch: refs/heads/master
Commit: 68f6da2bf1e244b0645d6c235ce2924824c01ddb
Parents: 022090f
Author: Shalitha <sh...@gmail.com>
Authored: Sun Sep 2 19:38:58 2018 +0530
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Thu Sep 13 19:18:27 2018 +0000

----------------------------------------------------------------------
 Allura/allura/lib/app_globals.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/68f6da2b/Allura/allura/lib/app_globals.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/app_globals.py b/Allura/allura/lib/app_globals.py
index fc06acc..f9ebc03 100644
--- a/Allura/allura/lib/app_globals.py
+++ b/Allura/allura/lib/app_globals.py
@@ -415,7 +415,7 @@ class Globals(object):
             # 'fenced_code'
             extensions=['fenced_code', 'codehilite',
                         ForgeExtension(
-                            **kwargs), 'tables', 'toc', 'nl2br'],
+                            **kwargs), 'tables', 'toc', 'nl2br', 'markdown_checklist.extension'],
             output_format='html4')
 
     @property