Task lists - failed tasks? #6811
-
https://squidfunk.github.io/mkdocs-material/reference/lists/#using-task-lists Is there a way of specifying a task has failed, does anyone know? (That is, having a red cross rather than a green tick). P. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello @oceanclub1970, I didn't try it, but it should be possible. Additional reference: |
Beta Was this translation helpful? Give feedback.
Here you go @oceanclub1970,
tasklist-failed.zip
The theme uses the
:octicons-check-circle-fill-24:
emoji:mkdocs-material/src/templates/assets/stylesheets/main/extensions/pymdownx/_tasklist.scss
Line 30 in 6b239db
So I chose the
:octicons-x-circle-fill-24:
to match it.