- rmarkdown exporter for nbconvert fixed on non-recent python - Tests compatible with other revisions of nbformat >= 4.0 - Tests compatible with older pytest versions
0.2.2
+++++++++++++++++++
**Improvements**
- RMarkdown exporter for nbconvert - Parsing of R options robust to parenthesis - Jupyter cell tags are preserved
**BugFixes**
- requirements.txt now included in pypi packages
0.2.1
+++++++++++++++++++
**Improvements**
- Support for editing markdown files in Jupyter - New pre-save hook `update_selected_formats` that saves to formats in metadata 'nbrmd_formats' - Rmd cell options directly mapped to cell metadata
**BugFixes**
- ContentManager compatible with Python 2.7
0.2.0
+++++++++++++++++++
**Improvements**
- The package provides a ``RmdFileContentsManager`` for direct edit of R markdown files in Jupyter - Notebook metadata and cell options are preserved
0.1.1
+++++++++++++++++++
**Improvements**
- ``nbrmd`` prints the result of conversion to stdout, unless flag ``-i`` is provided - Notebooks with R code chunks are supported
0.1
+++++++++++++++++++
- Initial version with the ``nbrmd`` converter and Jupyter ``pre_save_hook``