1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Simon Conseil 71cca7a444 Fix the behavior of Markdown extensions.
There was several issues here:
- `self.extensions` was adding 'meta' multiple times (ref #1058)
- `self.extensions` was keeping a reference to `self.settings['MD_EXTENSIONS']`,
  so adding 'meta' to it.
- the `%s_EXTENSIONS` block coming after, it was overriding `self.extensions`
  with `self.settings['EXTENSIONS']` (while it was a reference, it was working,
  but ...). As this is currently used only for Mardown, the simplest solution is
  to remove this, and let each reader manage its `_EXTENSIONS` setting.
2013-08-29 00:49:59 +02:00
..
tests Add categories and tags to the replacement mechanism. 2013-08-17 17:36:13 +02:00
themes Merge pull request #1057 from astephen2/metadata 2013-08-25 09:31:22 -07:00
tools Adds Rackspace Cloud Files support to quickstart and fabfile 2013-08-05 23:30:31 -05:00
__init__.py Prepare for bumpr 2013-08-24 20:17:05 +02:00
contents.py Add categories and tags to the replacement mechanism. 2013-08-17 17:36:13 +02:00
generators.py StaticGenerator now stores file list in context. 2013-08-16 13:31:14 -07:00
log.py fix for issue #761: handle unicode correctly in summary for Markdown 2013-04-03 19:38:42 -04:00
paginator.py Create new formatting context dict instead of using self.__dict__ 2013-08-03 13:49:43 -07:00
readers.py Fix the behavior of Markdown extensions. 2013-08-29 00:49:59 +02:00
rstdirectives.py Merge pull request #1053 from kura/remove-youtube 2013-08-19 03:47:51 -07:00
server.py Fixing #1038 by allowing nice URLs. 2013-08-12 19:23:57 +01:00
settings.py Merge pull request #1011 from saimn/readers 2013-08-07 12:34:22 -07:00
signals.py Add a content_written signal 2013-08-17 12:48:34 +02:00
urlwrappers.py Allow text substitutions when generating slugs 2013-07-04 12:17:21 +01:00
utils.py Refactor pelican_open using contextmanager 2013-08-04 14:47:03 +02:00
writers.py Add a content_written signal 2013-08-17 12:48:34 +02:00