MarkdownString
class MarkdownString implements Stringable
Methods
void
__construct(string $markdown = '')
Constructor
string|null
getLink()
Get the link from the Markdown string
bool
hasLink()
Has the link or not?
string
__toString()
Implements Stringable
interface
Details
at line 17
void
__construct(string $markdown = '')
Constructor
at line 28
string|null
getLink()
Get the link from the Markdown string
at line 40
bool
hasLink()
Has the link or not?
at line 48
string
__toString()
Implements Stringable
interface