hugo-geekblog/.htmlvalidate.json

9 lines
172 B
JSON

{
"extends": ["html-validate:standard"],
"rules": {
"element-required-content": "off",
"element-permitted-content": "off",
"no-raw-characters": "off"
}
}