fix(typography): add styles for task lists with checkboxes and update documentation (#796)

* fix(typography): add styles for task lists with checkboxes and update documentation

* chore: run task css

* feat(docs): add task lists to markdown guides in Persian, Japanese, and Simplified Chinese
This commit is contained in:
Xin
2025-08-26 20:28:29 +01:00
committed by GitHub
parent 22f81e2470
commit f9a94f02a6
6 changed files with 53 additions and 1 deletions

View File

@@ -155,6 +155,18 @@ Hugo はテキストの書式設定やリスト作成などに [Markdown](https:
- チーズ
```
#### タスクリスト
- [x] ドキュメント作成
- [ ] コードレビュー
- [ ] 変更のデプロイ
```markdown {filename=Markdown}
- [x] ドキュメント作成
- [ ] コードレビュー
- [ ] 変更のデプロイ
```
### 画像
![風景](https://picsum.photos/800/600)