Documentation

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
since
3.17.0

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

        
On this page

Search results