We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e87bc66 + 79a5b12 commit 1e51afaCopy full SHA for 1e51afa
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