Steps to replicate the issue
Write in a template documentation page:
<templatedata>{
"description": "Lorem ipsum",
"format": "{{_\n | _ = _\n}}",
"params": {
"foo": {
"label": "Foo",
"description": "Foo ipsum",
"required": false
}
}
}</templatedata>or
<templatedata>{
"description": "Lorem ipsum",
"format": "{{_\n\t| _ = _\n}}",
"params": {
"foo": {
"label": "Foo",
"description": "Foo ipsum",
"required": false
}
}
}</templatedata>What happens?:
Syntax error in JSON.
What should have happened instead?:
The table of template parameters should appear.