Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Aug 15, 2024
1 parent 56fb8d1 commit 2662e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ You may also wrap markup inside of a TODO in order to emphasize a block.
<!-- |ENDTODO -->
```

<img src="/resources/images/block-comment-result.jpg" alt="inline-comment-result" width="540px" />

Blade comments are also supported and work the same:

```blade
{{-- |TODO: This button is not yet implemented --}}
```

<img src="/resources/images/block-comment-result.jpg" alt="inline-comment-result" width="540px" />

### 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.
Expand Down

0 comments on commit 2662e77

Please sign in to comment.