From 2662e77b03a3e0b791a86529b2966edca7e74ce2 Mon Sep 17 00:00:00 2001 From: gwleuverink Date: Thu, 15 Aug 2024 22:18:15 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.