aboutsummaryrefslogtreecommitdiffstats
path: root/services/markup/processorhelper_codepreview_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add sub issue list support (#32940)wxiaoguang2024-12-241-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)wxiaoguang2024-04-061-3/+3
| | | | | Fix #30292 To avoid unnecessary style overriding, use "div" instead of "code"
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-021-0/+83
The permlink in markdown will be rendered as a code preview block, like GitHub Co-authored-by: silverwind <me@silverwind.io>