Atemu
18. Oktober 2024 um 05:37
1
Wenn Sie eine Github-Datei mit einem Anker verknüpfen, ist die Vorschau, die Discourse rendert, die Oberseite der Datei und nicht der Anker.
Siehe zum Beispiel:
<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
Diese Vorschau sollte den Entwicklungsabschnitt anzeigen, nicht den Anfang der Readme.
(Ich bin mir nicht sicher, ob dies tatsächlich ein Fehler ist.)
3 „Gefällt mir“
nat
(Natalie T)
25. Oktober 2024 um 09:41
2
Ich habe hier einen pr-welcome hinzugefügt, wenn Sie helfen möchten, dies zu verbessern.
1 „Gefällt mir“
Ich habe diese PR überprüft und festgestellt, dass Discourse versucht, Inhalte direkt aus dem Repository über https://raw.githubusercontent.com bereitzustellen, was eine einfache, unformatierte Rohdatei liefert (z. B. https://raw.githubusercontent.com/discourse/discourse/main/README.md#development). Für zeilenspezifische Referenzen (wie #L-{Zeilennummer}) springt es direkt zur angegebenen Zeile in der Datei, um den Inhalt anzuzeigen. Um einen bestimmten Abschnitt vorab anzuzeigen (z. B. #development, #requirements), können Sie die Zeilennummer wie unten gezeigt angeben:
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 „Gefällt mir“