| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix markdown render behaviors (#34122) | wxiaoguang | 11 days | 5 | -44/+105 |
* | Refactor markup render to fix various path problems (#34114) | wxiaoguang | 12 days | 4 | -94/+17 |
* | Fix markdown frontmatter rendering (#34102) | wxiaoguang | 13 days | 7 | -106/+124 |
* | Enable addtional linters (#34085) | TheFox0x7 | 2025-04-01 | 2 | -4/+3 |
* | Enable testifylint rules (#34075) | TheFox0x7 | 2025-03-31 | 1 | -2/+2 |
* | enable staticcheck QFxxxx rules (#34064) | TheFox0x7 | 2025-03-29 | 2 | -7/+10 |
* | Fix markdown render (#33870) | wxiaoguang | 2025-03-13 | 3 | -17/+22 |
* | Use test context in tests and new loop system in benchmarks (#33648) | TheFox0x7 | 2025-02-20 | 1 | -2/+2 |
* | Refactor older tests to use testify (#33140) | TheFox0x7 | 2025-01-09 | 1 | -16/+8 |
* | Refactor HTMLFormat, update chroma render, fix js error (#33136) | wxiaoguang | 2025-01-08 | 1 | -1/+3 |
* | Update go tool dependencies (#32916) | silverwind | 2024-12-19 | 1 | -1/+1 |
* | Fix various trivial problems (#32861) | wxiaoguang | 2024-12-17 | 1 | -1/+2 |
* | Refactor markdown math render (#32831) | wxiaoguang | 2024-12-14 | 8 | -140/+125 |
* | Fix various UI bugs (#32821) | wxiaoguang | 2024-12-13 | 3 | -26/+36 |
* | Refactor markdown render (#32736) | wxiaoguang | 2024-12-06 | 5 | -31/+100 |
* | Refactor markdown render (#32728) | wxiaoguang | 2024-12-06 | 6 | -166/+268 |
* | Refactor markup render system (#32645) | wxiaoguang | 2024-11-26 | 2 | -129/+115 |
* | Refactor markup render system (#32612) | wxiaoguang | 2024-11-24 | 5 | -458/+48 |
* | Refactor markup render system (#32589) | wxiaoguang | 2024-11-22 | 4 | -69/+32 |
* | Refactor markup render system (#32533) | wxiaoguang | 2024-11-18 | 11 | -190/+150 |
* | Fix and refactor markdown rendering (#32522) | wxiaoguang | 2024-11-16 | 3 | -35/+41 |
* | Refactor render system (#32492) | wxiaoguang | 2024-11-14 | 4 | -23/+30 |
* | Support quote selected comments to reply (#32431) | wxiaoguang | 2024-11-07 | 1 | -4/+8 |
* | Refactor markup package (#32399) | wxiaoguang | 2024-11-04 | 3 | -5/+11 |
* | Update go dependencies (#32389) | wxiaoguang | 2024-10-31 | 3 | -3/+3 |
* | refactor: remove redundant err declarations (#32381) | Oleksandr Redko | 2024-10-30 | 1 | -2/+1 |
* | Fix raw wiki links (#31825) | Zettat123 | 2024-08-16 | 1 | -12/+12 |
* | Fix markdown preview $$ support (#31514) | charles | 2024-06-29 | 6 | -6/+79 |
* | Fix markdown math brackets render problem (#31420) | charles | 2024-06-20 | 2 | -1/+9 |
* | Fix rendered wiki page link (#31398) | wxiaoguang | 2024-06-18 | 2 | -32/+7 |
* | Refactor to use UnsafeStringToBytes (#31358) | Oleksandr Redko | 2024-06-14 | 2 | -6/+6 |
* | Make blockquote attention recognize more syntaxes (#31240) | wxiaoguang | 2024-06-04 | 3 | -19/+86 |
* | Use repo as of renderctx's member rather than a repoPath on metas (#29222) | Lunny Xiao | 2024-05-30 | 2 | -20/+50 |
* | Resolve lint for unused parameter and unnecessary type arguments (#30750) | Chongyi Zheng | 2024-04-29 | 6 | -11/+8 |
* | 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 |