[gimp-web/testing] Added permalink option to TOC extension for permalinks



commit bfdea2e1e5979650d84d427f6296cb2d9c4a6243
Author: Pat David <patdavid gmail com>
Date:   Wed Jan 13 13:37:49 2016 -0600

    Added permalink option to TOC extension for permalinks

 pelicanconf.testing.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pelicanconf.testing.py b/pelicanconf.testing.py
index cec9e6f..06a9068 100644
--- a/pelicanconf.testing.py
+++ b/pelicanconf.testing.py
@@ -101,7 +101,7 @@ TYPOGRIFY_IGNORE_TAGS = ['title']
 
 DELETE_OUTPUT_DIRECTORY = True
 
-MD_EXTENSIONS = ['fenced_code', 'codehilite(css_class=codehilite)', 'extra', 'headerid', 'toc']
+MD_EXTENSIONS = ['fenced_code', 'codehilite(css_class=codehilite)', 'extra', 'headerid', 
'toc(permalink=True)']
 
 # Pagination testing stuff
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]