MarkdownClientCapabilities

case class MarkdownClientCapabilities(parser: String, version: Opt[String], allowedTags: Opt[Vector[String]])

Client capabilities specific to the used markdown parser.

Value parameters:
allowedTags

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

parser

The name of the parser.

version

The version of the parser.

Since:

3.16.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product