Published 2020-10-03.
Last modified 2025-06-09.
Time to read: 1 minutes.
This page is part of the
jekyll_plugins
collection.
This Jekyll tag plugin creates to-do notices.
Examples
Default Parameters
{% todo %} This is line 1 of the todo content.
This is line 2. {% endtodo %}
Renders as:
Span
<p> This is a paragraph with {% todo span %}TODO content{% endtodo %}. </p>
Renders as:
This is a paragraph with TODO content .
todo style='background: #eee; color: green;'
{% todo style='background: #eee; color: green;' %} TODO content {% endtodo %}.
Renders as: