mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tweak: cleanup cancelled markdown (#1222)
This commit is contained in:
parent
10c8b49590
commit
3d4c1425d9
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ func renderToolDetails(
|
|||
body += fmt.Sprintf("- [x] %s\n", content)
|
||||
case "cancelled":
|
||||
// strike through cancelled todo
|
||||
body += fmt.Sprintf("- [~] ~~%s~~\n", content)
|
||||
body += fmt.Sprintf("- [ ] ~~%s~~\n", content)
|
||||
case "in_progress":
|
||||
// highlight in progress todo
|
||||
body += fmt.Sprintf("- [ ] `%s`\n", content)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue