jBBCode
jBBCode copied to clipboard
wrong parse on code and blockquote
Seems that italic, bold is parsed on [code], can be excluded somehow ?
I don't follow. How about a code sample?
Config your CodeDefinition to not parsing the content.
Example:
$builder = new CodeDefinitionBuilder('code', '<code>{param}</code>');
$builder->setParseContent(false);
$definitions[] = $builder->build();