class LSProtocol::MarkdownClientCapabilities
- LSProtocol::MarkdownClientCapabilities
- Reference
- Object
Overview
Client capabilities specific to the used markdown parser.
@since 3.16.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(parser : String | Nil, allowed_tags : Array(String) | Nil = nil, version : String | Nil = nil)
Instance Method Summary
-
#allowed_tags : Array(String) | Nil
A list of HTML tags that the client allows / supports in Markdown.
-
#parser : String
The name of the parser.
-
#version : String | Nil
The version of the parser.
Constructor Detail
def self.new(parser : String | Nil, allowed_tags : Array(String) | Nil = nil, version : String | Nil = nil)
#
Instance Method Detail
def allowed_tags : Array(String) | Nil
#
A list of HTML tags that the client allows / supports in Markdown.
@since 3.17.0