Skip to content

Commit

Permalink
Add .md to jupytext conversion list (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
parmentelat authored Jul 21, 2020
1 parent d5595fb commit 5e8e3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipypublish/convert/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _default_pre_conversion_funcs(self):
# this is deprecated in newer versions
from jupytext import readf as read # noqa: F401

return {".Rmd": read}
return {".Rmd": read, ".md": read}

@validate("pre_conversion_funcs")
def _validate_pre_conversion_funcs(self, proposal):
Expand Down

0 comments on commit 5e8e3ac

Please sign in to comment.