ICEREG1992 / fungwafrenzy

Modern Offline Client for FMV Cult Classic "Fung-Wa Frenzy"
MIT License
0 stars 0 forks source link

Support HTML formatting in target text #21

Closed ICEREG1992 closed 2 months ago

ICEREG1992 commented 2 months ago

Describe the addition

The text in the buttons is currently read in as sanitized text, so html tags like b or i don't work.

Context

Some buttons in real BSB use formatting.

Proposed Solution

I think just de-sanitizing the angle brackets will fix this.

ICEREG1992 commented 2 months ago

Addressed with latest commit-- we use html-react-parser to accomplish this.