mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 05:04:57 -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...
|
Use the [`math.Mod`] function to control...
|
||||||
|
|
||||||
[`math.Mod`]: /functions/math/mod/
|
[`math.Mod`]: /functions/math/mod/
|
||||||
{{%/* /code */%}}
|
{{%/* /note */%}}
|
||||||
```
|
```
|
||||||
|
|
||||||
Rendered:
|
Rendered:
|
||||||
@ -278,7 +278,7 @@ Rendered:
|
|||||||
Use the [`math.Mod`] function to control...
|
Use the [`math.Mod`] function to control...
|
||||||
|
|
||||||
[`math.Mod`]: /functions/math/mod/
|
[`math.Mod`]: /functions/math/mod/
|
||||||
{{% /code %}}
|
{{% /note %}}
|
||||||
|
|
||||||
## New features
|
## New features
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user