index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
markup
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Editor preview support for external renderers (#23333)
Brecht Van Lommel
2023-03-24
1
-0
/
+13
*
Add context when rendering labels or emojis (#23281)
Jonathan Tran
2023-03-05
7
-20
/
+75
*
Allow `<video>` in MarkDown (#22892)
Sybren
2023-03-01
1
-0
/
+2
*
Refactor the setting to make unit test easier (#22405)
Lunny Xiao
2023-02-19
2
-2
/
+4
*
Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877)
Nick
2023-02-13
2
-129
/
+0
*
Fix README TOC links (#22577)
crystal
2023-01-31
1
-2
/
+9
*
Add support for commit cross references (#22645)
KN4CK3R
2023-01-30
1
-0
/
+21
*
Support asciicast files as new markup (#22448)
Jason Song
2023-01-18
1
-0
/
+64
*
Log STDERR of external renderer when it fails (#22442)
Jonathan Tran
2023-01-13
1
-1
/
+4
*
Remove deadcode (#22245)
Gusted
2022-12-27
2
-28
/
+0
*
Use multi reader instead to concat strings (#22099)
Lunny Xiao
2022-12-12
1
-11
/
+8
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
38
-76
/
+39
*
Support comma-delimited string as labels in issue template (#21831)
Jason Song
2022-11-19
1
-22
/
+26
*
Add attention blocks within quote blocks for `Note` and `Warning` (#21711)
Yarden Shoham
2022-11-09
3
-0
/
+78
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
2
-5
/
+5
*
Add link to user profile in markdown mention only if user exists (#21533)
Yarden Shoham
2022-10-22
3
-3
/
+24
*
Remove unnecessary debug log (#21536)
Yarden Shoham
2022-10-22
1
-4
/
+0
*
Add color previews in markdown (#21474)
Yarden Shoham
2022-10-21
4
-2
/
+135
*
Add generic set type (#21408)
KN4CK3R
2022-10-12
1
-7
/
+6
*
Fix slight bug in katex (#21171)
zeripath
2022-10-05
7
-69
/
+153
*
Upgrade chroma to v2.3.0 (#21259)
silverwind
2022-09-26
3
-8
/
+8
*
[API] teamSearch show teams with no members if user is admin (#21204)
6543
2022-09-19
2
-0
/
+2
*
Add KaTeX rendering to Markdown. (#20571)
zeripath
2022-09-13
15
-169
/
+974
*
Kd/ci playwright go test (#20123)
Kyle D
2022-09-02
2
-2
/
+2
*
Support Issue forms and PR forms (#20987)
Jason Song
2022-09-02
1
-2
/
+13
*
Go 1.19 format (#20758)
John Olheiser
2022-08-31
1
-2
/
+2
*
Should also support upper-case README files (#20581)
Gary Wang
2022-08-01
2
-0
/
+12
*
Support localized README (#20508)
Gary Wang
2022-08-01
2
-23
/
+65
*
Use body text color in repository files table links (#20386)
Lucas Azevedo
2022-07-22
1
-1
/
+1
*
Allow to specify colors for text in markup (#20363)
Gusted
2022-07-15
2
-0
/
+14
*
Fix NPE when using non-numeric (#20277)
Gusted
2022-07-07
1
-2
/
+3
*
Make better use of i18n (#20096)
Gusted
2022-06-26
1
-2
/
+2
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
4
-7
/
+6
*
Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)
wxiaoguang
2022-06-16
2
-0
/
+17
*
Allow render HTML with css/js external links (#19017)
Lunny Xiao
2022-06-16
7
-59
/
+94
*
Custom regexp external issues (#17624)
Sandro Santilli
2022-06-10
2
-15
/
+77
*
Add support for rendering terminal output with colors (#19497)
Lauris BH
2022-06-08
3
-0
/
+147
*
Automatically render wiki TOC (#19873)
zeripath
2022-06-08
4
-40
/
+42
*
Set Setpgid on child git processes (#19865)
zeripath
2022-06-03
1
-0
/
+2
*
Remove legacy unmaintained packages, refactor to support change default local...
wxiaoguang
2022-04-03
1
-1
/
+2
*
Refactor legacy `unknwon/com` package, improve golangci lint (#19284)
wxiaoguang
2022-04-01
1
-2
/
+9
*
Make git.OpenRepository accept Context (#19260)
6543
2022-03-29
1
-1
/
+1
*
Provide configuration to allow camo-media proxying (#12802)
zeripath
2022-03-29
3
-0
/
+93
*
Bump goldmark to v1.4.11 (#19201)
Robert Kaussow
2022-03-24
1
-0
/
+13
*
nit fix (#19116)
6543
2022-03-17
1
-2
/
+1
*
Support ignore all santize for external renderer (#18984)
Lunny Xiao
2022-03-06
5
-12
/
+46
*
Correctly link URLs to users/repos with dashes, dots or underscores (#18890)
Alexander Neumann
2022-02-26
2
-1
/
+10
*
Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs...
Gusted
2022-01-31
2
-1
/
+21
*
Update Goldmark to Goldmark 1.4.4 (#18420)
zeripath
2022-01-29
1
-2
/
+2
*
format with gofumpt (#18184)
6543
2022-01-20
17
-76
/
+80
[next]