gitea/modules/markup
Gusted 654c173b9d
Fix NPE when using non-numeric (#20277) (#20278)
- Backport (#20277
  - This code is only valid when `refNumeric` exist(otherwise we didn't find such numeric PR and can skip that check) and give a free-pas to the  "BEFORE" check when `ref` is nil.
  - Resolves #20109
2022-07-07 20:56:50 +08:00
..
common
console Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
csv Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
external Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
markdown Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) 2022-06-16 23:47:44 +08:00
mdstripper
orgmode Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
camo_test.go
camo.go
html_internal_test.go
html_test.go Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) 2022-06-16 23:47:44 +08:00
html.go Fix NPE when using non-numeric (#20277) (#20278) 2022-07-07 20:56:50 +08:00
renderer_test.go
renderer.go Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
sanitizer_test.go
sanitizer.go