synzen / MonitoRSS

MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz
https://monitorss.xyz
MIT License
1.05k stars 237 forks source link

Remove leading space from unordered list item prefix #346

Closed m417z closed 9 months ago

m417z commented 9 months ago

Yet another fix for bullets. After my previous PR, the bullets prefix was reverted to the default value ' * ', and Discord treated it as sub-bullet.

Here's how it looks:

<ul><li>one</li><li>two</li></ul>

Turns into:

 * one
 * two

And is shown as: image

synzen commented 9 months ago

Thanks for the follow-up fix - looks great!