[Markdown Exporter] [YAML Exporter] Ensure exported entires end in a newline

Fixes #768, Fixes #881.

If the exported entry does not have a final empty line, this will add one on export. Some Markdown parsers get picky about not having a empty line above a heading....
This commit is contained in:
MinchinWeb 2020-04-06 23:29:53 -06:00
parent 9215dc5692
commit 6b8c6f81ad
4 changed files with 49 additions and 1 deletions

5
.gitignore vendored
View file

@ -42,12 +42,15 @@ obj
# virtaulenv
env/
env*/
venv*/
# PyCharm Project files
.idea/
# export testing director
# export testing directories
exp/
bug768/
exported_journal/
_extras/
*.sublime-*