[mod] static folders

This commit is contained in:
Andy Bunce 2025-08-04 17:25:35 +01:00
parent bf3dd4d693
commit f1fecbdee8
16 changed files with 12 additions and 14 deletions

View file

@ -26,16 +26,12 @@ as map(*)?
"id": $json?id,
"result":{
"contents": [
{
"language": "markdown",
"value": `markdown: this is **bold**
`markdown: this is **bold**
a [link](http://google.com)
The last line.`
},
{
"language": "plaintext",
"value": "plaintext: A hover for " || json:serialize($json?params?position)
}]
,
"plaintext: A hover for " || json:serialize($json?params?position)
]
}
}
};