summaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* Upgrade bleve to 2.4.2 (#31894)Lunny Xiao2024-08-211-1/+1
* Fix raw wiki links (#31825) (#31845)Giteabot2024-08-173-22/+16
* Fix `IsObjectExist` with gogit (#31790) (#31806)Giteabot2024-08-091-1/+2
* Support relative paths to videos from Wiki pages (#31061) (#31453)Giteabot2024-06-223-43/+83
* Fix markdown math brackets render problem (#31420) (#31430)Giteabot2024-06-202-1/+9
* Fix rendered wiki page link (#31398) (#31407)wxiaoguang2024-06-197-69/+53
* Fix missing images in editor preview due to wrong links (#31299) (#31393)wxiaoguang2024-06-171-4/+4
* Fix hash render end with colon (#31319) (#31346)Giteabot2024-06-132-1/+2
* Make blockquote attention recognize more syntaxes (#31240) (#31250)Giteabot2024-06-043-19/+86
* Make pasted "img" tag has the same behavior as markdown image (#31235) (#31243)Giteabot2024-06-044-59/+75
* Split sanitizer functions and fine-tune some tests (#31192) (#31200)Giteabot2024-05-318-245/+270
* Refactor AppURL usage (#30885) (#30891)wxiaoguang2024-05-081-1/+1
* Fix markdown URL parsing for commit ID (#30812) (#30855)Giteabot2024-05-044-74/+115
* Fix markdown rendering when mentioning users (#30795) (#30810)Giteabot2024-05-021-8/+7
* 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
* Refactor markdown attention render (#29833)wxiaoguang2024-03-163-32/+12
* Refactor markup/csv: don't read all to memory (#29760)coldWater2024-03-142-12/+55
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-135-15/+27
* Fix inconsistent rendering of block mathematical expressions (#29677)yp053272024-03-111-1/+2
* fix: rendering internal file links in org (#29669)Ankit R Gadiya2024-03-102-4/+38
* Don't use `<br />` in alert block (#29650)Yarden Shoham2024-03-081-8/+5
* Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFile...yp053272024-03-081-2/+4
* Refactor some Str2html code (#29397)wxiaoguang2024-03-013-20/+23
* Fix wrong test usage of `AppSubURL` (#29459)KN4CK3R2024-02-291-22/+17
* Refactor markup rendering to accept general "protocol:" prefix (#29276)wxiaoguang2024-02-214-32/+38
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-142-2/+2
* Add alert blocks in markdown (#29121)Yarden Shoham2024-02-103-24/+65
* Fix orgmode link resolving (#29024)wxiaoguang2024-02-072-39/+41
* Update tool dependencies (#29030)silverwind2024-02-021-1/+0
* Strip `/` from relative links (#28932)KN4CK3R2024-01-272-4/+32
* Respect branch info for relative links (#28909)KN4CK3R2024-01-252-2/+4
* Add support for sha256 repositories (#23894)Adam Majer2024-01-192-21/+21
* Rework markup link rendering (#26745)KN4CK3R2024-01-1510-194/+596
* Make cross-reference issue links work in markdown documents again (#28682)Brecht Van Lommel2024-01-032-5/+13
* Fix the issue ref rendering for wiki (#28556)wxiaoguang2023-12-201-1/+3
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-1/+1
* Use restricted sanitizer for repository description (#28141)Earl Warren2023-11-232-3/+54
* Render email addresses as such if followed by punctuation (#27987)Yarden Shoham2023-11-112-1/+13
* Remove `title` from elements on Org mode (#27968)KN4CK3R2023-11-102-11/+15
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-242-83/+83