Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix #1799
  • Loading branch information
ralsina committed Jun 9, 2015
1 parent c52170b commit 8dc5c08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Expand Up @@ -7,6 +7,11 @@ Features
* ``requests`` is now required for all Nikola sites
* New ``nikola version --check`` option (Issue #1767)

Bugfixes
--------

* It's markdown extra, not extras (Issue #1799)

New in v7.5.0
=============

Expand Down
2 changes: 1 addition & 1 deletion nikola/conf.py.in
Expand Up @@ -728,7 +728,7 @@ COMMENT_SYSTEM_ID = ${COMMENT_SYSTEM_ID}
# Note: most Nikola-specific extensions are done via the Nikola plugin system,
# with the MarkdownExtension class and should not be added here.
# The default is ['fenced_code', 'codehilite']
MARKDOWN_EXTENSIONS = ['fenced_code', 'codehilite', 'extras']
MARKDOWN_EXTENSIONS = ['fenced_code', 'codehilite', 'extra']

# Extra options to pass to the pandoc comand.
# by default, it's empty, is a list of strings, for example
Expand Down

0 comments on commit 8dc5c08

Please sign in to comment.