We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
7e53278
Add preview mode to CsrDelft\bb\Parser
preview
CsrDelft\bb\Parser
10767a6
Make sure that getContent returns a string
865227d
BbHeading::getHeadingLevel
7231293
Add try catch around everything of tag when rendering
7d1bf03
render methods now catch any BbException thrown.
render
19e69d4
Two stage parser.
Breaks readMainArgument, it now returns the value and does not set content.
readMainArgument
content
707ae71
Adds mode plain to create plain text from bb code.
BbEnv is changed to only contain mode, this field is a string denoting the mode.
BbEnv
mode
fea37a4
Removes an unused typehint which resulted in deprecation warnings.
d474bf4
4ce7b21
Add protected function createTagInstance(string $tag, Parser $parser, $env) to CsrDelft\bb\Parser
protected function createTagInstance(string $tag, Parser $parser, $env)