piqoni / matcha

Daily Digest Reader
MIT License
439 stars 21 forks source link

markdown shouldn't use <br> to separate lines. #20

Closed pcause closed 1 year ago

pcause commented 1 year ago

In markdown to end a line as though you'd entered a new line on a text file, you end the line with 2 spaces then the newline. You can see it right here in the stuff below

first line
second line

where as using br's get you:

first line
second line

piqoni commented 1 year ago

I'll investigate, what markdown reader are you using?

pcause commented 1 year ago

in obsidian

piqoni commented 1 year ago

Fixed it here: https://github.com/piqoni/matcha/commit/3cfd151224a2d698ddf0e924da82642df568b5b0 next release will have it :)

Thanks for reporting it!

piqoni commented 1 year ago

FYI: New release has this change: https://github.com/piqoni/matcha/releases/tag/v0.5.2