class

LSProtocol::MarkdownClientCapabilities

Inherits JSON::Serializable / Reference / Object

Client capabilities specific to the used markdown parser.

@since 3.16.0

Constructors

new(pull : JSON::PullParser)
Source
new(parser : String | Nil, allowed_tags : Array(String) | Nil = nil, version : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

allowed_tags

A list of HTML tags that the client allows / supports in Markdown.

@since 3.17.0

Source
parser

The name of the parser.

Source
version

The version of the parser.

Source