diff --git a/content/en/shortcodes/comment.md b/content/en/shortcodes/comment.md index bb5d04e71..1cf732516 100755 --- a/content/en/shortcodes/comment.md +++ b/content/en/shortcodes/comment.md @@ -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 */%}} ```