ipypublish/convert/main.py
changed.
ipypublish/__init__.py
changed.
132 | 132 | # this is deprecated in newer versions |
|
133 | 133 | from jupytext import readf as read # noqa: F401 |
|
134 | 134 | ||
135 | - | return {".Rmd": read} |
|
135 | + | return {".Rmd": read, ".md": read} |
|
136 | 136 | ||
137 | 137 | @validate("pre_conversion_funcs") |
|
138 | 138 | def _validate_pre_conversion_funcs(self, proposal): |
Files | Coverage |
---|---|
ipypublish | 79.15% |
Project Totals (104 files) | 79.15% |