Module: JekyllToDo

Defined in:
lib/todo.rb,
lib/jekyll_todo/version.rb

Overview

Generate a TODO block Options:

`id`

The Jekyll log level defaults to :info, which means all the Jekyll.logger statements below will not generate output. You can control the log level when you start Jekyll. To set the log level to :debug, write an entery into _config.yml, like this: plugin_loggers:

Todo: debug

Examples:

{% todo %}
  blah blah blah
{% endtodo %}
{% todo id='todo1' %}
  blah blah blah
{% endtodo %}

Defined Under Namespace

Classes: ToDo

Constant Summary collapse

VERSION =
'0.2.0'.freeze