mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 16:56:13 +02:00
[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:
parent
9215dc5692
commit
6b8c6f81ad
4 changed files with 49 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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-*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue