When I search for an post / comment (item number) in the Search, it does find the posts and comments that reference that number in the search results (e.g., search for 9184), but shows it like this (with items/:_high[number] instead of items/[number] ): [Updated: I had to insert a character, "_", so that it would show the : high word here in this comment, but the actual search results do not have the "_" character.)
https://stacker.news/items/:high[9184]
Is that intended?
Oh, that's how you have Highlighting for search results. Appears if that's part of a link then there's a problem exposed.
reply
Yeah, adding a tag before the markdown is rendered was fastest way for me add highlighting. The problem is when in its nested inside other markdown, you get this weird issue. There might be some kind of escape sequence I can use to avoid this but idk.
reply