View source
typedef MarkdownClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Client capabilities specific to the used markdown parser.
Available since
3.16.0
.Fields
optionalallowedTags:Null<Array<String>>
A list of HTML tags that the client allows / supports in Markdown.
Available since
3.17.0
.