Skip to content

Instantly share code, notes, and snippets.

@ShaunaGordon
Created September 1, 2017 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShaunaGordon/58a1e78020bfd6c025f598871a053b44 to your computer and use it in GitHub Desktop.
Save ShaunaGordon/58a1e78020bfd6c025f598871a053b44 to your computer and use it in GitHub Desktop.
pelican config change
MARKDOWN = {
'extensions': ['codehilite(css_class=highlight)', 'extra', 'headerid', 'toc'],
'extension_configs': {
'markdown.extensions.codehilite': {'css_class': 'highlight'}
},
'output_format': 'html5'
}
MD_EXTENSIONS = ['codehilite(css_class=highlight)', 'extra', 'headerid', 'toc', 'tweetable']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment