You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/highlight
wxiaoguang 3310dd1d19
Improve code diff highlight, fix incorrect rendered diff result (#19958)
Use Unicode placeholders to replace HTML tags and HTML entities first, then do diff, then recover the HTML tags and HTML entities. Now the code diff with highlight has stable behavior, and won't emit broken tags.
2 years ago
..
highlight.go Improve code diff highlight, fix incorrect rendered diff result (#19958) 2 years ago
highlight_test.go Fix copy/paste of empty lines (#19798) 2 years ago