Unclickable "Read More" button in excerpt

여러분께,

@david 님, Contribute > UX 채널에 새 주제를 생성하도록 제안해 주셔서 감사합니다.

문제는 사용자가 새 주제의 시작 부분에 큰 이미지나 헤더를 포함할 때, “요약(excerpt)”과 “더 보기(Read More)” 링크가 더 이상 클릭되지 않는다는 것입니다.

이는 Discourse가 이미지에는 lightbox를, 헤더에는 앵커를 생성하기 때문입니다. 요약 부분에 포함된 <a> 태그가 링크를 깨뜨립니다.

<a class=\"lightbox\" href=\"\" data-download-href=\"\" title=\"Image title\"></a>

그리고

<a name="header" class="anchor" href="#header"></a>

아래는 Chrome 인스펙터에서 찍은 스크린샷입니다.

그리고 이것은 latest.json에서 찍은 스크린샷입니다.

2개의 좋아요

I tried to reproduce this locally, but I can’t. If I include a lightboxed image at the beginning of the post, it simply skips the lightbox/link, and shows the text below:

Can you share the ‘raw’ markdown for the post which has the issue?

Also, can you share your values for the relevent site settings:

I tried another discourse testing site.
The post only have one image and then text.

Link

https://icute.jp/

Site Setting:

In the Chrome Inspector, span class “topic-excerpt-more” have no <a> tag around it, that is why the “read more” button cannot be clicked.

Here is the latest.json

So this is based on non-standard use of excerpt? Are you referring to pinned topics?