[mod] static folders
This commit is contained in:
parent
bf3dd4d693
commit
f1fecbdee8
16 changed files with 12 additions and 14 deletions
|
|
@ -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)
|
||||
]
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue