Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hester Gong
f401337f64
fix br display for packages curls (#23737)
Before:
<img width="1403" alt="截屏2023-03-27 15 48 23"
src="https://user-images.githubusercontent.com/17645053/227875392-399debf7-db75-4d9a-9436-409f75447c65.png">
This happens because the `<br>` matches this
[rule](e6e602fd8d/web_src/css/markup/content.css (L428) ),
which is not necessary here (This is introduced by #22861, did a quick
check, and this is the only place used `<br>` inside `<code>` from the
PR):
```css
.markup code br,
.markup tt br {
display: none;
}
```
After:
<img width="1398" alt="截屏2023-03-27 15 46 50"
src="https://user-images.githubusercontent.com/17645053/227875244-b7fba432-b32c-42f7-9517-4e05bb2e64ea.png">
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
|
2 years ago |
.. |
cargo.tmpl
|
Fix nil context in RenderMarkdownToHtml (#23092)
|
2 years ago |
chef.tmpl
|
Fix nil context in RenderMarkdownToHtml (#23092)
|
2 years ago |
composer.tmpl
|
Introduce customized HTML elements, fix incorrect AppUrl usages in templates (#22861)
|
2 years ago |
composer_dependencies.tmpl
|
Refactor `i18n` to `locale` (#20153)
|
2 years ago |
conan.tmpl
|
Introduce customized HTML elements, fix incorrect AppUrl usages in templates (#22861)
|
2 years ago |
conda.tmpl
|
Introduce customized HTML elements, fix incorrect AppUrl usages in templates (#22861)
|
2 years ago |
container.tmpl
|
Move helpers to be prefixed with `gt-` (#22879)
|
2 years ago |
generic.tmpl
|
fix br display for packages curls (#23737)
|
2 years ago |
helm.tmpl
|
Introduce customized HTML elements, fix incorrect AppUrl usages in templates (#22861)
|
2 years ago |
maven.tmpl
|
Introduce customized HTML elements, fix incorrect AppUrl usages in templates (#22861)
|
2 years ago |
npm.tmpl
|
Fix nil context in RenderMarkdownToHtml (#23092)
|
2 years ago |
npm_dependencies.tmpl
|
Refactor `i18n` to `locale` (#20153)
|
2 years ago |
nuget.tmpl
|
Introduce customized HTML elements, fix incorrect AppUrl usages in templates (#22861)
|
2 years ago |
pub.tmpl
|
Fix nil context in RenderMarkdownToHtml (#23092)
|
2 years ago |
pypi.tmpl
|
Fix nil context in RenderMarkdownToHtml (#23092)
|
2 years ago |
rubygems.tmpl
|
Introduce customized HTML elements, fix incorrect AppUrl usages in templates (#22861)
|
2 years ago |
rubygems_dependencies.tmpl
|
Refactor `i18n` to `locale` (#20153)
|
2 years ago |
swift.tmpl
|
Add Swift package registry (#22404)
|
2 years ago |
vagrant.tmpl
|
Introduce customized HTML elements, fix incorrect AppUrl usages in templates (#22861)
|
2 years ago |