w3champions / launcher

This is the launcher for w3champions. It includes the needed flo hostbot executables.
32 stars 18 forks source link

Add displaying news in html or md. #82

Closed aaronjewell closed 3 years ago

aaronjewell commented 3 years ago

It would be helpful to allow the launcher to understand and display both md and html news items. To accomplish this, we display the raw html of the news item if it begins and ends with opening/closing tag characters respectively. Otherwise it defaults to displaying markdown. If no news items, or none selected, default to empty string.

aaronjewell commented 3 years ago

Carried over from #80.