Fix closing tag in notes docs

This commit is contained in:
Avi Schwab 2024-01-11 17:03:45 -06:00 committed by GitHub
parent 9a64d9579d
commit b412fdf65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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