Skip to content

Commit

Permalink
Merge pull request #137 from chrisjsewell/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 6, 2020
2 parents d5595fb + ccaea70 commit 912097b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipypublish/__init__.py
@@ -1,3 +1,3 @@
from ipypublish.scripts import nb_setup # noqa: F401

__version__ = "0.10.11"
__version__ = "0.10.12"
2 changes: 1 addition & 1 deletion ipypublish/convert/main.py
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 912097b

Please sign in to comment.