mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-15 21:45:35 +08:00
Fixes #30265 1. Read second type of dependencies 2. Render `Description` and `ReleaseNotes` old:  new:  The NuGet spec does not specify what kind of text can be stored in the description but we can best guess markdown. The official NuGet registry just [converts the newlines to html lines](https://www.nuget.org/packages/rb.Firefox#readme-body-tab). 3. Extract and render the readme. This is the new and better place to store larger text than in the description. The content is markdown.  --------- Co-authored-by: Benjamin Heemann <benjamin.heemann@raith.de> |
||
|---|---|---|
| .. | ||
| alpine.tmpl | ||
| cargo.tmpl | ||
| chef.tmpl | ||
| composer_dependencies.tmpl | ||
| composer.tmpl | ||
| conan.tmpl | ||
| conda.tmpl | ||
| container.tmpl | ||
| cran.tmpl | ||
| debian.tmpl | ||
| generic.tmpl | ||
| go.tmpl | ||
| helm.tmpl | ||
| maven.tmpl | ||
| npm_dependencies.tmpl | ||
| npm.tmpl | ||
| nuget.tmpl | ||
| pub.tmpl | ||
| pypi.tmpl | ||
| rpm.tmpl | ||
| rubygems_dependencies.tmpl | ||
| rubygems.tmpl | ||
| swift.tmpl | ||
| vagrant.tmpl | ||