crystal and Earl Warren
f155cf60d3
Improve profile readme rendering ( #25988 ) ( #26453 )
...
manual backport of #25988 to v1.20
- Tell the renderer to use the `document` mode, so it's consistent with
other renderers.
- Use the same padding as `.file-view.markup`, so it's consistent with
other containers that contain markup rendering.
- Resolves https://codeberg.org/forgejo/forgejo/issues/833
Co-authored-by: Earl Warren <109468362+earl-warren@users.noreply.github.com >
2023-08-11 10:58:50 +02:00
crystal
5d9c64b3fe
Fix line spacing for plaintext previews ( #22699 )
...
Adding `<br>` between each line is not necessary since the entire file
is rendered inside a `<pre>`
fixes https://codeberg.org/Codeberg/Community/issues/915
2023-02-01 22:51:02 -06:00
crystal
03f37d82fe
Fix README TOC links ( #22577 )
...
Fixes anchored markup links by adding `user-content-` (which is
prepended to IDs)
Closes https://codeberg.org/Codeberg/Community/issues/894
2023-01-31 13:21:29 +08:00
crystal
4fc1517da0
clarify "open issues" text for labels ( #22431 )
...
see also https://codeberg.org/Codeberg/Community/issues/877
2023-01-13 12:40:39 +01:00
crystal
f1c13b4ace
improve explore relevancy note ( #22421 )
...
makes the explore relevancy note much prettier on most themes
2023-01-12 19:10:12 -06:00
crystal
9ffaf19d89
fix wrong theme class when logged out if default theme is changed ( #22408 )
...
If you don't use the `auto` theme as the default, the `<html>` tag has
`theme-auto` as it's class when users are logged out. This PR changes it
to use the correct theme class for the default theme when logged out.
2023-01-12 08:52:05 -06:00
crystal and Lunny Xiao
d42b52fcfa
make /{username}.png redirect to user/org avatar ( #22356 )
...
fix #22355
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2023-01-06 13:44:02 +01:00