JupyMD 1.4.4
This release fixes the bug converting all files to .ipynb as per #21.
The unidirectional syncing introduced in 1.4.3 is achieved by converting a file to .ipynb (which overwrites existing paired .ipynb files to achieve sync) rather than using the Jupytext sync behaviour. Due to an error in the method checking if a file is paired, this caused every modified file in the vault to be converted into Jupyter notebooks.