val bodyHtml: String
The formatted HTML text as displayed on reddit. For example, text that is emphasised by * will now have tags wrapping it. Additionally, bullets and numbered lists will now be in HTML list format. NOTE: The HTML string will be escaped. You must unescape to get the raw HTML.
bodyHtml
- The formatted HTML text as displayed on reddit. For example,
text that is emphasised by * will now have tags wrapping it.
Additionally, bullets and numbered lists will now be in HTML list format.
NOTE: The HTML string will be escaped. You must unescape to get the raw HTML.