Skip to content

Commit 9791f70

Browse files
authored
Remove TODO from comment shortcode examples
1 parent a346ca1 commit 9791f70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/shortcodes/comment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Use the `comment` shortcode to include comments in your content. Hugo will ignor
2424
Use it inline:
2525

2626
```text
27-
{{%/* comment */%}} TODO: rewrite the paragraph below. {{%/* /comment */%}}
27+
{{%/* comment */%}} rewrite the paragraph below {{%/* /comment */%}}
2828
```
2929

3030
Or as a block comment:
3131

3232
```text
3333
{{%/* comment */%}}
34-
TODO: rewrite the paragraph below.
34+
rewrite the paragraph below
3535
{{%/* /comment */%}}
3636
```
3737

0 commit comments

Comments
 (0)