Skip to content

Commit

Permalink
Make Github-Flavored Markdown the default variant (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored Mar 31, 2018
1 parent 50d399c commit b849dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme_renderer/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}


def render(raw, variant="CommonMark", **kwargs):
def render(raw, variant="gfm", **kwargs):
renderer = variants.get(variant)

if renderer:
Expand Down

0 comments on commit b849dae

Please sign in to comment.