aboutsummaryrefslogtreecommitdiffstats
path: root/routers/common/markup.go
Commit message (Expand)AuthorAgeFilesLines
* Fix markup render regression and fix some tests (#32640)wxiaoguang2024-11-261-0/+2
* Refactor markup render system (#32612)wxiaoguang2024-11-241-41/+50
* Refactor markup render system (#32589)wxiaoguang2024-11-221-17/+15
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-5/+8
* Refactor render system (#32492)wxiaoguang2024-11-141-41/+29
* Fix missing images in editor preview due to wrong links (#31299)Brecht Van Lommel2024-06-171-31/+32
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-1/+5
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-2/+4
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-4/+8
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-4/+4
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-221-1/+1
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-241-0/+92