Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sub issue list support (#32940) | wxiaoguang | 2024-12-24 | 1 | -83/+0 |
| | | | Just like GitHub, show issue icon/title when the issue number is in a list | ||||
* | Fix code block style for code preview (#30298) | wxiaoguang | 2024-04-06 | 1 | -3/+3 |
| | | | | | Fix #30292 To avoid unnecessary style overriding, use "div" instead of "code" | ||||
* | Render embedded code preview by permlink in markdown (#30234) | wxiaoguang | 2024-04-02 | 1 | -0/+83 |
The permlink in markdown will be rendered as a code preview block, like GitHub Co-authored-by: silverwind <me@silverwind.io> |