pull down to refresh
Check in bio. The formatting only is not rendering in bio posts
I was checking in bio, but the problem is that mentions in general don't accept formatting at the moment because of the way we render them.
For example this link https://stacker.news/items/1533070 is an item URL and thus eligible to be an item mention.
I can write
[`this one`](https://stacker.news/items/1533070)and it renders as: this one
as you can see it lacks the code format that we achieve via backticks
If instead we write a normal URL
[`this one`](wikipedia.org)it renders as: this one
formatting is preserved.
bottom line, mentions such as item mentions don't support formatting but we're going to add support soon. The problem, really, is that mentions are rendered as normal React components, they don't have the same formatting awareness that other, normal, Text nodes have.
seems like it works to me, what are you encountering?