mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
16e7c11203
commit
81b7e48a55
1 changed files with 3 additions and 2 deletions
|
@ -1399,6 +1399,7 @@
|
||||||
},
|
},
|
||||||
"parser": {
|
"parser": {
|
||||||
"autoHeadingID": true,
|
"autoHeadingID": true,
|
||||||
|
"autoHeadingIDType": "github",
|
||||||
"attribute": true
|
"attribute": true
|
||||||
},
|
},
|
||||||
"extensions": {
|
"extensions": {
|
||||||
|
@ -2993,7 +2994,7 @@
|
||||||
},
|
},
|
||||||
"fmt": {
|
"fmt": {
|
||||||
"Errorf": {
|
"Errorf": {
|
||||||
"Description": "Errorf formats according to a format specifier and returns the string as a\nvalue that satisfies error.",
|
"Description": "Errorf formats according to a format specifier and logs an ERROR.\nIt returns an empty string.",
|
||||||
"Args": [
|
"Args": [
|
||||||
"format",
|
"format",
|
||||||
"a"
|
"a"
|
||||||
|
@ -3004,7 +3005,7 @@
|
||||||
"Examples": [
|
"Examples": [
|
||||||
[
|
[
|
||||||
"{{ errorf \"%s.\" \"failed\" }}",
|
"{{ errorf \"%s.\" \"failed\" }}",
|
||||||
"failed."
|
""
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue