struct

LSP::MarkdownClientCapabilities

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
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.

Source
allowed_tags=(allowed_tags : Array(String) | Nil)

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

Source
parser

The name of the parser.

Source
parser=(parser : String)

The name of the parser.

Source
version

The version of the parser.

Source
version=(version : String | Nil)

The version of the parser.

Source