langoustine.lsp.structures$.MarkdownClientCapabilities
See theMarkdownClientCapabilities companion object
case class MarkdownClientCapabilities(parser: String, version: Opt[String], allowedTags: Opt[Vector[String]])
Client capabilities specific to the used markdown parser.
Attributes
- allowedTags
A list of HTML tags that the client allows / supports in Markdown. since 3.17.0
- parser
The name of the parser.
- version
The version of the parser.
- Since:
3.16.0
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any