summaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* Backport 1.23 (#32868)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
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-297-13/+10
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Use raw Wiki links for non-renderable Wiki files (#30273)Rafael2024-04-104-16/+55
* Fix code block style for code preview (#30298)wxiaoguang2024-04-061-1/+1
* Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerica...João Tiago2024-04-022-7/+31
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-025-0/+145
* Fix markdown color code detection (#30208)wxiaoguang2024-03-312-3/+26
* Refactor markdown render (#30139)wxiaoguang2024-03-288-257/+364
* Fix bug for markdown rendering of blockquote (#30130)Lunny Xiao2024-03-271-4/+10
* Refactor markdown attention render (#29984)wxiaoguang2024-03-224-64/+128
* Fix some pending problems (#29985)wxiaoguang2024-03-221-3/+2
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-191-0/+5