[gimp-web: 6/6] Added permalink=True option to MD TOC
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web: 6/6] Added permalink=True option to MD TOC
- Date: Wed, 13 Jan 2016 19:57:44 +0000 (UTC)
commit f899c63b4222d85b1051e3987f346e3356958a60
Author: Pat David <patdavid gmail com>
Date: Wed Jan 13 13:57:18 2016 -0600
Added permalink=True option to MD TOC
pelicanconf.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pelicanconf.py b/pelicanconf.py
index c14e406..df275e3 100644
--- a/pelicanconf.py
+++ b/pelicanconf.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]