MarkdownClientCapabilities

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.

Value parameters

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.

Attributes

Since

3.16.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product