aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/markdown
Commit message (Expand)AuthorAgeFilesLines
* Backport 1.23 (#32868)wxiaoguang10 days1-1/+2
* Refactor markdown math render (#32831)wxiaoguang12 days8-140/+125
* Fix various UI bugs (#32821)wxiaoguang13 days3-26/+36
* Refactor markdown render (#32736)wxiaoguang2024-12-065-31/+100
* Refactor markdown render (#32728)wxiaoguang2024-12-066-166/+268
* Refactor markup render system (#32645)wxiaoguang2024-11-262-129/+115
* Refactor markup render system (#32612)wxiaoguang2024-11-245-458/+48
* Refactor markup render system (#32589)wxiaoguang2024-11-224-69/+32
* Refactor markup render system (#32533)wxiaoguang2024-11-1811-190/+150
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-163-35/+41
* Refactor render system (#32492)wxiaoguang2024-11-144-23/+30
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-071-4/+8
* Refactor markup package (#32399)wxiaoguang2024-11-043-5/+11
* Update go dependencies (#32389)wxiaoguang2024-10-313-3/+3
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-2/+1
* Fix raw wiki links (#31825)Zettat1232024-08-161-12/+12
* Fix markdown preview $$ support (#31514)charles2024-06-296-6/+79
* Fix markdown math brackets render problem (#31420)charles2024-06-202-1/+9
* Fix rendered wiki page link (#31398)wxiaoguang2024-06-182-32/+7
* Refactor to use UnsafeStringToBytes (#31358)Oleksandr Redko2024-06-142-6/+6
* Make blockquote attention recognize more syntaxes (#31240)wxiaoguang2024-06-043-19/+86
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-302-20/+50
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-296-11/+8
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Use raw Wiki links for non-renderable Wiki files (#30273)Rafael2024-04-102-13/+24
* Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerica...João Tiago2024-04-022-7/+31
* 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
* Refactor markdown attention render (#29833)wxiaoguang2024-03-162-22/+9
* Use relative links for commits, mentions, and issues in markdown (#29427)KN4CK3R2024-03-131-3/+3
* Fix inconsistent rendering of block mathematical expressions (#29677)yp053272024-03-111-1/+2
* Don't use `<br />` in alert block (#29650)Yarden Shoham2024-03-081-8/+5
* Refactor some Str2html code (#29397)wxiaoguang2024-03-012-16/+19
* Fix wrong test usage of `AppSubURL` (#29459)KN4CK3R2024-02-291-22/+17
* Refactor markup rendering to accept general "protocol:" prefix (#29276)wxiaoguang2024-02-211-13/+5
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-1/+1
* Add alert blocks in markdown (#29121)Yarden Shoham2024-02-102-22/+62
* 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
* Rework markup link rendering (#26745)KN4CK3R2024-01-153-47/+411
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-18/+18
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Refactor path & config system (#25330)wxiaoguang2023-06-211-3/+2
* Fix task list checkbox toggle to work with YAML front matter (#25184)Jonathan Tran2023-06-135-7/+58
* Add RTL rendering support to Markdown (#24816)silverwind2023-05-201-0/+10
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+3
* Improve Wiki TOC (#24137)wxiaoguang2023-04-176-72/+84