mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 03:32:38 +00:00
Remove TODO from comment shortcode examples
This commit is contained in:
@@ -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 */%}}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user