| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix inconsistent rendering of block mathematical expressions (#29677) | yp05327 | 2024-03-11 | 1 | -1/+2 |
* | fix: rendering internal file links in org (#29669) | Ankit R Gadiya | 2024-03-10 | 2 | -4/+38 |
* | Don't use `<br />` in alert block (#29650) | Yarden Shoham | 2024-03-08 | 1 | -8/+5 |
* | Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFile... | yp05327 | 2024-03-08 | 1 | -2/+4 |
* | Refactor some Str2html code (#29397) | wxiaoguang | 2024-03-01 | 3 | -20/+23 |
* | 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 | 4 | -32/+38 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 2 | -2/+2 |
* | Add alert blocks in markdown (#29121) | Yarden Shoham | 2024-02-10 | 3 | -24/+65 |
* | Fix orgmode link resolving (#29024) | wxiaoguang | 2024-02-07 | 2 | -39/+41 |
* | 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 |
* | Add support for sha256 repositories (#23894) | Adam Majer | 2024-01-19 | 2 | -21/+21 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 10 | -194/+596 |
* | Make cross-reference issue links work in markdown documents again (#28682) | Brecht Van Lommel | 2024-01-03 | 2 | -5/+13 |
* | Fix the issue ref rendering for wiki (#28556) | wxiaoguang | 2023-12-20 | 1 | -1/+3 |
* | Add option to disable ambiguous unicode characters detection (#28454) | wxiaoguang | 2023-12-17 | 1 | -1/+1 |
* | Use restricted sanitizer for repository description (#28141) | Earl Warren | 2023-11-23 | 2 | -3/+54 |
* | Render email addresses as such if followed by punctuation (#27987) | Yarden Shoham | 2023-11-11 | 2 | -1/+13 |
* | Remove `title` from elements on Org mode (#27968) | KN4CK3R | 2023-11-10 | 2 | -11/+15 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 2 | -83/+83 |
* | fix media description render for orgmode (#26895) | Earl Warren | 2023-09-13 | 2 | -9/+34 |
* | Make `user-content-* ` consistent with github (#26388) | CaiCandong | 2023-08-09 | 2 | -9/+64 |
* | Do not highlight `#number` in documents (#26365) | Earl Warren | 2023-08-07 | 3 | -1/+61 |
* | Render plaintext task list items for markdown files (#26186) | Earl Warren | 2023-07-27 | 2 | -0/+8 |
* | Disallow dangerous url schemes (#25960) | KN4CK3R | 2023-07-18 | 2 | -2/+16 |
* | Upgrade go dependencies (#25819) | harryzcy | 2023-07-14 | 1 | -1/+1 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 2 | -5/+5 |
* | Refactor path & config system (#25330) | wxiaoguang | 2023-06-21 | 2 | -6/+4 |
* | Fix task list checkbox toggle to work with YAML front matter (#25184) | Jonathan Tran | 2023-06-13 | 5 | -7/+58 |
* | Fix video width overflow in markdown, and other changes to match img (#24834) | Brecht Van Lommel | 2023-05-21 | 1 | -1/+1 |
* | Add RTL rendering support to Markdown (#24816) | silverwind | 2023-05-20 | 3 | -3/+15 |
* | Allow all URL schemes in Markdown links by default (#24805) | Yarden Shoham | 2023-05-19 | 2 | -1/+10 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 2 | -4/+6 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 1 | -1/+1 |
* | Improve Wiki TOC (#24137) | wxiaoguang | 2023-04-17 | 7 | -73/+96 |
* | Append `(comment)` when a link points at a comment rather than the whole issu... | Hester Gong | 2023-04-03 | 2 | -9/+43 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 1 | -0/+13 |
* | Add context when rendering labels or emojis (#23281) | Jonathan Tran | 2023-03-05 | 7 | -20/+75 |
* | Allow `<video>` in MarkDown (#22892) | Sybren | 2023-03-01 | 1 | -0/+2 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 2 | -2/+4 |
* | Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877) | Nick | 2023-02-13 | 2 | -129/+0 |
* | Fix README TOC links (#22577) | crystal | 2023-01-31 | 1 | -2/+9 |
* | Add support for commit cross references (#22645) | KN4CK3R | 2023-01-30 | 1 | -0/+21 |
* | Support asciicast files as new markup (#22448) | Jason Song | 2023-01-18 | 1 | -0/+64 |
* | Log STDERR of external renderer when it fails (#22442) | Jonathan Tran | 2023-01-13 | 1 | -1/+4 |
* | Remove deadcode (#22245) | Gusted | 2022-12-27 | 2 | -28/+0 |
* | Use multi reader instead to concat strings (#22099) | Lunny Xiao | 2022-12-12 | 1 | -11/+8 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 38 | -76/+39 |