Skip to content

Commit

Permalink
Merge pull request #24 from yangl1996/kunaaljain-patch-1
Browse files Browse the repository at this point in the history
Fixed fenced code block bugs
  • Loading branch information
kunaaljain committed Aug 22, 2015
2 parents 04a539b + 3f8f015 commit 8253ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ def ci_build(pull_request_id, patch_url):
output="{}/{}/{}.html".format(config.ciRepoPath,
pull_request_id,
filename),
output_format="html5")
output_format="html5",
extensions=['markdown.extensions.fenced_code'])
this_file['built_path'] = "{}/{}.html".format(pull_request_id, filename)
this_file['built'] = True
finally:
Expand Down

0 comments on commit 8253ff7

Please sign in to comment.