Atemu
10월 18, 2024, 5:37오전
1
GitHub 파일에 앵커를 사용하여 링크를 걸면, Discourse가 렌더링하는 미리보기는 앵커 위치가 아니라 파일의 맨 위 부분이 표시됩니다.
예를 들어 다음을 참조하세요:
<a href="https://www.discourse.org/">
<img src="images/discourse-readme-logo.png" width="300px">
</a>
The online home for your community.
<img width="1920" height="1135" alt="github-readme" src="https://github.com/user-attachments/assets/abaaf30f-0cfb-4505-a530-6f8e5a43d24b" />
> You can self-host Discourse on your own infrastructure. But if you'd rather skip the setup, maintenance, and server management, we offer official Discourse hosting.
>
> 👉 Learn more about [Discourse hosting](https://discourse.org/pricing)
Discourse is a 100% open-source community platform for those who want complete control over how and where their site is run.
Our platform has been battle-tested for over a decade and continues to evolve to meet users’ needs for a powerful community platform.
**With Discourse, you can:**
* 💬 **Create discussion topics** to foster meaningful conversations.
This file has been truncated. show original
이 경우 미리보기에 readme의 맨 위 부분이 아니라 development 섹션이 표시되어야 합니다.
(이것이 실제로 버그인지 확신은 없습니다.)
3개의 좋아요
nat
(Natalie T)
10월 25, 2024, 9:41오전
2
여기 #pr-welcome를 추가했으니, 개선에 도움을 주고 싶으시다면 참여해 주세요.
1개의 좋아요
해당 PR을 검토해 보니, Discourse가 https://raw.githubusercontent.com 을 사용하여 저장소에서 콘텐츠를 직접 서빙하려고 한다는 사실을 확인했습니다. 이 방식은 스타일링이 없는 원시 파일(예: https://raw.githubusercontent.com/discourse/discourse/main/README.md#development)을 제공합니다. 특정 줄에 대한 참조(#L-{line-number} 형태)의 경우, 파일 내에서 지정된 줄로 바로 이동하여 콘텐츠를 표시합니다. 특정 섹션(예: #development, #requirements)을 미리 보기하려면, 아래에 표시된 대로 줄 번호를 지정할 수 있습니다:
Discourse is a 100% open-source community platform for those who want complete control over how and where their site is run.
Our platform has been battle-tested for over a decade and continues to evolve to meet users’ needs for a powerful community platform.
**With Discourse, you can:**
* 💬 **Create discussion topics** to foster meaningful conversations.
* ⚡️ **Connect in real-time** with built-in chat.
* 🎨 **Customize your experience** with an ever-growing selection of official and community themes.
* 🤖 **Enhance your community** with plugins, from chatbots powered by [Discourse AI](https://meta.discourse.org/t/discourse-ai/259214) to advanced tools like SQL analysis with the [Data Explorer](https://meta.discourse.org/t/discourse-data-explorer/32566) plugin.
To learn more, visit [discourse.org](https://www.discourse.org/) and join our support community at [meta.discourse.org](https://meta.discourse.org/).
Here are just a few of the incredible communities using Discourse:

1개의 좋아요