aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* Fix markdown render (#33870)wxiaoguang11 days4-21/+22
* Refactor global init code and add more comments (#33755)wxiaoguang2025-03-031-0/+4
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-205-9/+6
* chore: fix some trivial problems and TODOs (#33473)wxiaoguang2025-02-021-1/+1
* Refactor context repository (#33202)wxiaoguang2025-01-122-3/+3
* Refactor older tests to use testify (#33140)TheFox0x72025-01-091-16/+8
* Refactor HTMLFormat, update chroma render, fix js error (#33136)wxiaoguang2025-01-084-5/+7
* Fix "stop time tracking button" on navbar (#33084)wxiaoguang2025-01-031-1/+1
* Refactor "string truncate" (#32984)wxiaoguang2024-12-262-4/+4
* Do not render truncated links in markdown (#32980)wxiaoguang2024-12-262-0/+15
* Add sub issue list support (#32940)wxiaoguang2024-12-244-39/+143
* Update go tool dependencies (#32916)silverwind2024-12-194-4/+4
* Fix various trivial problems (#32861)wxiaoguang2024-12-171-1/+2
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-2/+2
* Refactor markdown math render (#32831)wxiaoguang2024-12-148-140/+125
* Fix various UI bugs (#32821)wxiaoguang2024-12-133-26/+36
* Refactor markdown render (#32736)wxiaoguang2024-12-065-31/+100
* Refactor markdown render (#32728)wxiaoguang2024-12-066-166/+268
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-043-22/+31
* Refactor render system (orgmode) (#32671)wxiaoguang2024-11-292-50/+46
* Refactor markup render system (#32645)wxiaoguang2024-11-266-215/+178
* Refactor markup render system (#32612)wxiaoguang2024-11-2428-929/+312
* Refactor markup render system (#32589)wxiaoguang2024-11-2221-347/+299
* Refactor markup render system (#32533)wxiaoguang2024-11-1831-439/+472
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-1616-188/+190
* Refactor render system (#32492)wxiaoguang2024-11-1415-155/+138
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-076-16/+32
* Refactor markup package (#32399)wxiaoguang2024-11-0414-1062/+1137
* Update go dependencies (#32389)wxiaoguang2024-10-314-4/+4
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-2/+1
* Use camo.Always instead of camo.Allways (#32097)Lunny Xiao2024-09-212-2/+2
* Fix raw wiki links (#31825)Zettat1232024-08-163-22/+16
* Fix `IsObjectExist` with gogit (#31790)Jason Song2024-08-091-1/+2
* Fix markdown preview $$ support (#31514)charles2024-06-296-6/+79
* bump golang deps (#31422)techknowlogick2024-06-241-1/+1
* Support relative paths to videos from Wiki pages (#31061)Sergey Sharybin2024-06-213-43/+83
* Fix markdown math brackets render problem (#31420)charles2024-06-202-1/+9
* Fix rendered wiki page link (#31398)wxiaoguang2024-06-186-66/+51
* Refactor markup code (#31399)wxiaoguang2024-06-172-37/+10
* Fix missing images in editor preview due to wrong links (#31299)Brecht Van Lommel2024-06-171-4/+4
* Refactor to use UnsafeStringToBytes (#31358)Oleksandr Redko2024-06-142-6/+6
* Fix hash render end with colon (#31319)Lunny Xiao2024-06-122-1/+2
* Add `MAX_ROWS` option for CSV rendering (#30268)Henrique Pimentel2024-06-062-69/+35
* Make blockquote attention recognize more syntaxes (#31240)wxiaoguang2024-06-043-19/+86
* Make pasted "img" tag has the same behavior as markdown image (#31235)wxiaoguang2024-06-044-58/+74
* Split sanitizer functions and fine-tune some tests (#31192)wxiaoguang2024-05-318-245/+270
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-306-39/+99
* Refactor AppURL usage (#30885)wxiaoguang2024-05-071-1/+1
* Fix markdown URL parsing for commit ID (#30812)wxiaoguang2024-05-044-74/+115
* Fix markdown rendering when mentioning users (#30795)wxiaoguang2024-05-021-8/+7