Skip to content

Instantly share code, notes, and snippets.

@roderik
Created January 19, 2013 10:02
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 roderik/4571724 to your computer and use it in GitHub Desktop.
Save roderik/4571724 to your computer and use it in GitHub Desktop.
.md|jinja|markdown:
- .sh|bash
- assets
- markdown:
tables : {}
toc : { anchorlink : true }
assets:
- .css
- .png
- .ico
- .jpg
- .eot
- .svg
- .ttf
- .woff
- .htpasswd
- .htaccess
@mamrehn
Copy link

mamrehn commented Feb 23, 2015

Thank you for the great tutorial at vanderveer.be!
Since January 2013, a valid config seems to have changed to:

    - markdown:
        { extensions: { tables : {}, toc : { anchorlink : true } } }

See chapter Markdown Extensions for reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment