feat: render Markdown in rich parameter descriptions (#6098)

This commit is contained in:
Marcin Tojek
2023-02-08 12:57:12 +01:00
committed by GitHub
parent f24547ecb1
commit 1dc477819e
15 changed files with 280 additions and 71 deletions

3
coderd/apidoc/docs.go generated
View File

@ -7555,6 +7555,9 @@ const docTemplate = `{
"description": {
"type": "string"
},
"description_plaintext": {
"type": "string"
},
"icon": {
"type": "string"
},