Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 497 Bytes

todo-block.adoc

File metadata and controls

48 lines (36 loc) · 497 Bytes

TODO Block

Usage

// Simple use

[TODO]
Don't forget

Delimiters

Delimiters are required if the block contains empty lines or nested blocks.
The following delimiters may be used:

====
--
++++
****
----
Examples
.Block Title (optional)
[TODO]
--
Don't Forget!

. Resolve an issue
.. Don't break anything
--

// or

[TODO]
++++
Don't divide by zero.

* Add 1 to infinity.
++++