Merge pull request #3 from filipesaraiva/patch-1

Use kramdown instead redcarpet as markdown parser
master
Adrian Sampson 8 years ago committed by GitHub
commit af1415ef7c

@ -3,11 +3,6 @@ url: http://awesome.example.edu
exclude: [bibble, README.md, Makefile, screenshot.png]
# use this library to parse Markdown
markdown: redcarpet
redcarpet:
extensions: [smart, tables]
# colorize code snippets with the pygments module
highlighter: pygments

Loading…
Cancel
Save