diff --git a/README.md b/README.md index 8e0f780..417fb59 100644 --- a/README.md +++ b/README.md @@ -34,14 +34,14 @@ You may also wrap markup inside of a TODO in order to emphasize a block. ``` +inline-comment-result + Blade comments are also supported and work the same: ```blade {{-- |TODO: This button is not yet implemented --}} ``` -inline-comment-result - ### Modifying the TODO keywords By default magic todo's are opt in. Meaning you'll have to append a pipe `|` token. You are free to modify this behaviour any way you like by by publishing the package config and edit the `magic-todo.open` & `magic-todo.close` keywords.