Skip to content

Commit

Permalink
fix missing ending shortcode tag
Browse files Browse the repository at this point in the history
fix missing shortcode tag with ending commands to close it
  • Loading branch information
rainerrose authored Feb 27, 2024
1 parent 7e83840 commit 3ba2856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exampleSite/content/shortcodes/notice.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ A **notice** disclaimer
````go
{{%/* notice style="tip" */%}}
A **tip** disclaimer
{{% /notice %}}
````

{{% notice style="tip" %}}
Expand Down

0 comments on commit 3ba2856

Please sign in to comment.