Remove TODO from comment shortcode examples

This commit is contained in:
Joe Mooring
2025-01-16 06:59:57 -08:00
committed by GitHub
parent a346ca1fda
commit 9791f70570
+2 -2
View File
@@ -24,14 +24,14 @@ Use the `comment` shortcode to include comments in your content. Hugo will ignor
Use it inline:
```text
{{%/* comment */%}} TODO: rewrite the paragraph below. {{%/* /comment */%}}
{{%/* comment */%}} rewrite the paragraph below {{%/* /comment */%}}
```
Or as a block comment:
```text
{{%/* comment */%}}
TODO: rewrite the paragraph below.
rewrite the paragraph below
{{%/* /comment */%}}
```