Todos Plugin¶
Enable the todos plugin in mkdocs.yml
:
plugins:
- todos
Usage¶
Create todos using:
!!! todo
Content of the todo
This renders as:
Todo
Content of the todo
Info
Todos are removed from online versions by default. Set todos: True
in front-matter to keep them.