If the feed entry's md file includes a hard-break (a line break preceded by two spaces), the foreground color reverts to the terminal's default text color after the line break. This is easier to spot if you use a light theme in bulletty and a dark theme for your terminal or vice-versa. This happens both with built-in themes as well as themes loaded from the theme dir in the library.
I also noticed that a hard-break is rendered with just a single space in the markdown document, or no space at all- which does not conform to either the base spec or github flavor. Good opportunity to fix that while looking into this one.
https://github.github.com/gfm/#hard-line-breaks
https://daringfireball.net/projects/markdown/syntax#p

If the feed entry's md file includes a hard-break (a line break preceded by two spaces), the foreground color reverts to the terminal's default text color after the line break. This is easier to spot if you use a light theme in bulletty and a dark theme for your terminal or vice-versa. This happens both with built-in themes as well as themes loaded from the theme dir in the library.
I also noticed that a hard-break is rendered with just a single space in the markdown document, or no space at all- which does not conform to either the base spec or github flavor. Good opportunity to fix that while looking into this one.https://github.github.com/gfm/#hard-line-breakshttps://daringfireball.net/projects/markdown/syntax#p