MarkdownClientCapabilities
in package
Table of Contents
Properties
- $allowedTags : array<string|int, string>|null
- A list of HTML tags that the client allows / supports in Markdown.
- $parser : string
- The name of the parser.
- $version : string|null
- The version of the parser.
Methods
- __construct() : mixed
Properties
$allowedTags
A list of HTML tags that the client allows / supports in Markdown.
public
array<string|int, string>|null
$allowedTags
Tags
$parser
The name of the parser.
public
string
$parser
$version
The version of the parser.
public
string|null
$version
Methods
__construct()
public
__construct([string|null $parser = null ][, string|null $version = null ][, array<string|int, string>|null $allowedTags = null ]) : mixed
Parameters
- $parser : string|null = null
- $version : string|null = null
- $allowedTags : array<string|int, string>|null = null