pull down to refresh

seems like it works to me, what are you encountering?

10 sats \ 0 replies \ @sox 27 Jul

ahhh I see, custom link formatting for item mentions is not working! This is a known issue within the editor, I previously thought we fixed this but it's clearly not the case as I had other reports like this.

I'll check this out today ^^ thanks!

reply

Check in bio. The formatting only is not rendering in bio posts

reply

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.

reply