Skip to content

Commit

Permalink
Fix #3647 — document MARKDOWN_EXTENSION_CONFIGS is translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Nov 20, 2022
1 parent 8780db9 commit 0e56c60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nikola/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -1046,8 +1046,9 @@ PRETTY_URLS = ${PRETTY_URLS}
MARKDOWN_EXTENSIONS = ['markdown.extensions.fenced_code', 'markdown.extensions.codehilite', 'markdown.extensions.extra']

# Options to be passed to markdown extensions (See https://python-markdown.github.io/reference/)
# Default is {} (no config at all)
# MARKDOWN_EXTENSION_CONFIGS = {}
# Default is {DEFAULT_LANG: {}} (no config at all)
# (translatable)
# MARKDOWN_EXTENSION_CONFIGS = {DEFAULT_LANG: {}}


# Extra options to pass to the pandoc command, empty by default.
Expand Down

0 comments on commit 0e56c60

Please sign in to comment.