The StackOverflow answers here are outdated, so I have decided to take notes based on my own experiments. Here are the HTML tags that work and how they function:
- <b>, <i> work in Google Play Store app, but not on the web.
- <ul> doesn't work. There are no bullets inserted and opening and closing tag get interpreted as a newline character, so if you want indentation and bulleted items, use:  •  (yes, there are many different space characters)
No comments:
Post a Comment