diff options
author | Daniel Gottlieb <danny.gottlieb@gmail.com> | 2011-12-27 16:21:39 -0500 |
---|---|---|
committer | Daniel Gottlieb <danny.gottlieb@gmail.com> | 2011-12-27 16:21:39 -0500 |
commit | 2a8550ea467e1534d525e1220716b8a5281028c1 (patch) | |
tree | 225c39d2771721eb2477619d61db0b48e409b32f /tests/extensions/test.cfg | |
parent | 2e3830b9bf3a0829db7a5d04f731b5019d28cc65 (diff) | |
download | markdown-2a8550ea467e1534d525e1220716b8a5281028c1.tar.gz markdown-2a8550ea467e1534d525e1220716b8a5281028c1.tar.bz2 markdown-2a8550ea467e1534d525e1220716b8a5281028c1.zip |
Allow tildes or backticks in the fenced_code extension to support the syntax used by github
Diffstat (limited to 'tests/extensions/test.cfg')
-rw-r--r-- | tests/extensions/test.cfg | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/extensions/test.cfg b/tests/extensions/test.cfg index 671f2a5..c271b02 100644 --- a/tests/extensions/test.cfg +++ b/tests/extensions/test.cfg @@ -4,7 +4,7 @@ extensions=attr_list [codehilite] extensions=codehilite # This passes or not based on version of pygments. -skip=1 +skip=1 [toc] extensions=toc @@ -20,3 +20,7 @@ extensions=toc [wikilinks] extensions=wikilinks + +[fenced_code_blocks] +extensions=fenced_code +normalize=1 |