Task list
Less than 1 minute
Let the Markdown file in your VuePress site support task list.
Settings
import { hopeTheme } from "vuepress-theme-hope";
export default hopeTheme({
markdown: {
tasklist: true,
},
});Syntax
- Use
- [ ] some textto render an unchecked task item. - Use
- [x] some textto render a checked task item. (CapitalXis also supported)
Demo
- [ ] Plan A
- [x] Plan BAdvanced
Besides setting markdown.tasklist: true in theme options, you can also pass objects as options:
import { hopeTheme } from "vuepress-theme-hope";
export default hopeTheme({
markdown: {
tasklist: {
/**
* Whether disable checkbox
*
* @default true
*/
disabled: false,
/**
* Whether use `<label>` to wrap text
*
* @default true
*/
label: false,
},
},
});Changelog
6/4/25, 1:34 PM
View All Changelog
1bd5f-ond45e2-on55e92-onb1230-on22787-onb41c0-on54c46-on55ea3-on757fd-on83bff-on2a306-on8174c-on2fa50-on3c8d6-on9856d-on23515-on48bca-on9cdd7-on63d09-onfd395-on1eb77-on60053-onf6ff0-on3c199-on