britzl / defold-richtext

Defold-RichText is a system to create styled text based on an HTML inspired markup language
MIT License
75 stars 12 forks source link

Add support for &nbsp; as a complement to the <nobr> tag #41

Closed britzl closed 5 years ago

britzl commented 5 years ago

&nbsp; = No breaking space is a common HTML character entity. Maybe worth adding support for it to complement the <nobr> tag?

https://www.w3schools.com/html/html_entities.asp

britzl commented 5 years ago

Fixed in https://github.com/britzl/defold-richtext/releases/tag/5.7.0