class LSProtocol::MarkdownClientCapabilities

Overview

Client capabilities specific to the used markdown parser.

@since 3.16.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(parser : String | Nil, allowed_tags : Array(String) | Nil = nil, version : String | Nil = nil) #

[View source]

Instance Method Detail

def allowed_tags : Array(String) | Nil #

[View source]
def parser : String #

The name of the parser.


[View source]
def version : String | Nil #

The version of the parser.


[View source]