Add missing code fences

This commit is contained in:
Joe Mooring 2023-09-26 09:51:47 -07:00 committed by GitHub
parent 407dd5c475
commit cfab978e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,4 +16,6 @@ signature:
- strings.FirstUpper STRING
---
```go-html-template
{{ strings.FirstUpper "foo" }} → "Foo"
```