| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -2/+0 |
* | Use raw Wiki links for non-renderable Wiki files (#30273) | Rafael | 2024-04-10 | 2 | -13/+24 |
* | Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerica... | João Tiago | 2024-04-02 | 2 | -7/+31 |
* | Fix markdown color code detection (#30208) | wxiaoguang | 2024-03-31 | 2 | -3/+26 |
* | Refactor markdown render (#30139) | wxiaoguang | 2024-03-28 | 8 | -257/+364 |
* | Fix bug for markdown rendering of blockquote (#30130) | Lunny Xiao | 2024-03-27 | 1 | -4/+10 |
* | Refactor markdown attention render (#29984) | wxiaoguang | 2024-03-22 | 4 | -64/+128 |
* | Refactor markdown attention render (#29833) | wxiaoguang | 2024-03-16 | 2 | -22/+9 |
* | Use relative links for commits, mentions, and issues in markdown (#29427) | KN4CK3R | 2024-03-13 | 1 | -3/+3 |
* | Fix inconsistent rendering of block mathematical expressions (#29677) | yp05327 | 2024-03-11 | 1 | -1/+2 |
* | Don't use `<br />` in alert block (#29650) | Yarden Shoham | 2024-03-08 | 1 | -8/+5 |
* | Refactor some Str2html code (#29397) | wxiaoguang | 2024-03-01 | 2 | -16/+19 |
* | Fix wrong test usage of `AppSubURL` (#29459) | KN4CK3R | 2024-02-29 | 1 | -22/+17 |
* | Refactor markup rendering to accept general "protocol:" prefix (#29276) | wxiaoguang | 2024-02-21 | 1 | -13/+5 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -1/+1 |
* | Add alert blocks in markdown (#29121) | Yarden Shoham | 2024-02-10 | 2 | -22/+62 |
* | Update tool dependencies (#29030) | silverwind | 2024-02-02 | 1 | -1/+0 |
* | Strip `/` from relative links (#28932) | KN4CK3R | 2024-01-27 | 2 | -4/+32 |
* | Respect branch info for relative links (#28909) | KN4CK3R | 2024-01-25 | 2 | -2/+4 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 3 | -47/+411 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 1 | -18/+18 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -2/+2 |
* | Refactor path & config system (#25330) | wxiaoguang | 2023-06-21 | 1 | -3/+2 |
* | Fix task list checkbox toggle to work with YAML front matter (#25184) | Jonathan Tran | 2023-06-13 | 5 | -7/+58 |
* | Add RTL rendering support to Markdown (#24816) | silverwind | 2023-05-20 | 1 | -0/+10 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 1 | -2/+3 |
* | Improve Wiki TOC (#24137) | wxiaoguang | 2023-04-17 | 6 | -72/+84 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 1 | -9/+14 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -1/+2 |
* | Remove deadcode (#22245) | Gusted | 2022-12-27 | 2 | -28/+0 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 17 | -34/+17 |
* | Support comma-delimited string as labels in issue template (#21831) | Jason Song | 2022-11-19 | 1 | -22/+26 |
* | Add attention blocks within quote blocks for `Note` and `Warning` (#21711) | Yarden Shoham | 2022-11-09 | 2 | -0/+71 |
* | Add link to user profile in markdown mention only if user exists (#21533) | Yarden Shoham | 2022-10-23 | 1 | -0/+5 |
* | Remove unnecessary debug log (#21536) | Yarden Shoham | 2022-10-22 | 1 | -4/+0 |
* | Add color previews in markdown (#21474) | Yarden Shoham | 2022-10-21 | 3 | -0/+130 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -7/+6 |
* | Fix slight bug in katex (#21171) | zeripath | 2022-10-05 | 6 | -68/+150 |
* | Upgrade chroma to v2.3.0 (#21259) | silverwind | 2022-09-26 | 1 | -2/+2 |
* | [API] teamSearch show teams with no members if user is admin (#21204) | 6543 | 2022-09-19 | 2 | -0/+2 |
* | Add KaTeX rendering to Markdown. (#20571) | zeripath | 2022-09-14 | 14 | -167/+972 |
* | Kd/ci playwright go test (#20123) | Kyle D | 2022-09-02 | 1 | -1/+1 |
* | Support Issue forms and PR forms (#20987) | Jason Song | 2022-09-02 | 1 | -2/+13 |
* | Make better use of i18n (#20096) | Gusted | 2022-06-26 | 1 | -2/+2 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -2/+2 |
* | Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) | wxiaoguang | 2022-06-16 | 1 | -0/+8 |
* | Allow render HTML with css/js external links (#19017) | Lunny Xiao | 2022-06-16 | 1 | -6/+3 |
* | Automatically render wiki TOC (#19873) | zeripath | 2022-06-08 | 3 | -30/+24 |
* | Remove legacy unmaintained packages, refactor to support change default local... | wxiaoguang | 2022-04-03 | 1 | -1/+2 |
* | Bump goldmark to v1.4.11 (#19201) | Robert Kaussow | 2022-03-24 | 1 | -0/+13 |