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.

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product