Jekyll logo

jekyll_todo

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:

TODO This is line 1 of the todo content.
This is line 2.

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:

TODO TODO content
* indicates a required field.

Please select the following to receive Mike Slinn’s newsletter:

You can unsubscribe at any time by clicking the link in the footer of emails.

Mike Slinn uses Mailchimp as his marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp’s privacy practices.