We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdbe288 commit 79a5b12Copy full SHA for 79a5b12
src/doc/rustdoc/src/how-to-write-documentation.md
@@ -229,15 +229,13 @@ Example:
229
230
```md
231
- [x] Complete task
232
-- [ ] IncComplete task
+- [ ] Incomplete task
233
```
234
235
-This will render as
+This will render as:
236
237
-<ul>
238
- <li><input type="checkbox"></li>
239
- <li><input type="checkbox" checked></li>
240
-</ul>
+> - [x] Complete task
+> - [ ] Incomplete task
241
242
See the specification for the [task list extension] for more details.
243
0 commit comments