Closed c33s closed 5 years ago
currently new entries are added with an extra newline:
## Added - entry 1 - entry 2 - entry 3
the forced newline looks to be a hardcoded private constant hardcoded AddEntry::APPEND_NEWLINE = true this should be configureable
AddEntry::APPEND_NEWLINE = true
I've provided the newline between entries for readability when reading the source markdown; I have no desire to make it configurable.
currently new entries are added with an extra newline:
the forced newline looks to be a hardcoded private constant hardcoded
AddEntry::APPEND_NEWLINE = true
this should be configureable