mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 23:25:00 -04:00
Fix closing tag in notes docs
This commit is contained in:
parent
9a64d9579d
commit
b412fdf65a
@ -269,7 +269,7 @@ Use the "note" shortcode with `{{%/* */%}}` delimiters to call attention to impo
|
||||
Use the [`math.Mod`] function to control...
|
||||
|
||||
[`math.Mod`]: /functions/math/mod/
|
||||
{{%/* /code */%}}
|
||||
{{%/* /note */%}}
|
||||
```
|
||||
|
||||
Rendered:
|
||||
@ -278,7 +278,7 @@ Rendered:
|
||||
Use the [`math.Mod`] function to control...
|
||||
|
||||
[`math.Mod`]: /functions/math/mod/
|
||||
{{% /code %}}
|
||||
{{% /note %}}
|
||||
|
||||
## New features
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user