-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Support creating relative link to raw path in markdown #34105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Wow! That was quick! 🚀 I don't speak go, but I can write documentation. I tried searching for "markdown" on docs.gitea.com, but didn't find any markdown syntax overview.. Only "you can use markdown in X context like so" |
Not any more but we can have a new one. Documentations' PRs are welcome. |
Thank you very much. Maybe we can add a new page in https://gitea.com/gitea/docs/src/branch/main/docs/usage There is no "gitea flavoured markdown" , actually Gitea does its best to follow GitHub's behavior. There might be some dialects in Gitea's markdown render (for example, we need to drop some syntaxes like #27645), but I can't recall all at the moment ..... so maybe we can just start the document and improve later. 🙏 |
* giteaofficial/main: Refactor Branch struct in package modules/git (go-gitea#33980) Support creating relative link to raw path in markdown (go-gitea#34105) Add new CLI flags to set name and scopes when creating a user with access token (go-gitea#34080) Do not show 500 error when default branch doesn't exist (go-gitea#34096) Return default avatar url when user id is zero rather than updating database (go-gitea#34094) [skip ci] Updated translations via Crowdin Fix return bug (go-gitea#34093) Move ParseCommitWithSSHSignature to service layer (go-gitea#34087) fix(i18n): clarify ownership in password change error messages (go-gitea#34092) Enable addtional linters (go-gitea#34085) Add flat-square action badge style (go-gitea#34062) Fix some UI bugs and clean up unused tests (go-gitea#34088)
I proposed a first simple version: https://gitea.com/gitea/docs/pulls/198/files |
Fix #34104