aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/html_internal_test.go
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-2/+2
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-041-2/+2
* Refactor markup render system (#32645)wxiaoguang2024-11-261-2/+2
* Refactor markup render system (#32612)wxiaoguang2024-11-241-77/+17
* Refactor markup render system (#32589)wxiaoguang2024-11-221-42/+36
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-23/+45
* Refactor render system (#32492)wxiaoguang2024-11-141-11/+11
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-071-6/+6
* Fix hash render end with colon (#31319)Lunny Xiao2024-06-121-0/+1
* Make pasted "img" tag has the same behavior as markdown image (#31235)wxiaoguang2024-06-041-10/+9
* Fix markdown URL parsing for commit ID (#30812)wxiaoguang2024-05-041-17/+42
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-0/+1
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-3/+3
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-12/+18
* Do not highlight `#number` in documents (#26365)Earl Warren2023-08-071-0/+24
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-3/+3
* Append `(comment)` when a link points at a comment rather than the whole issu...Hester Gong2023-04-031-2/+6
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-051-8/+35
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+2
* Custom regexp external issues (#17624)Sandro Santilli2022-06-101-4/+48
* format with gofumpt (#18184)65432022-01-201-3/+5
* Fix markdown URL parsing (#17924)wxiaoguang2021-12-111-22/+17
* Fix issue markdown bugs (#17411)wxiaoguang2021-10-231-0/+4
* Do not show issue context popup on external issues (#17050)zeripath2021-09-151-2/+9
* Refactor renders (#15175)Lunny Xiao2021-04-191-27/+32
* Issue/PR Context Popups (#9822)John Olheiser2020-01-191-7/+7
* Alternate syntax for cross references (#9116)guillep2k2019-12-011-21/+37
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-92/+0
* Make link last commit massages in repository home page and commit tables (#8006)jaqra2019-09-101-16/+20
* feat: highlight issue references with : (#8101)Rinat2019-09-051-0/+7
* fix hljs unintenionally highlighting commit links (#7244)silverwind2019-06-181-4/+4
* Add golangci (#6418)kolaente2019-06-121-5/+0
* Improve issue autolinks (#6273)mrsdizzie2019-04-121-5/+15
* Render SHA1 links as code blocks (#6546)silverwind2019-04-091-3/+3
* Use stricter boundaries for auto-link detection (#6522)mrsdizzie2019-04-071-2/+18
* Improve SHA1 link detection (#6526)silverwind2019-04-061-5/+5
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-271-0/+382