Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong parse on code and blockquote #64

Open
mariantatarau opened this issue Dec 7, 2015 · 2 comments
Open

wrong parse on code and blockquote #64

mariantatarau opened this issue Dec 7, 2015 · 2 comments

Comments

@mariantatarau
Copy link

Seems that italic, bold is parsed on [code], can be excluded somehow ?

@shmax
Copy link
Contributor

shmax commented Dec 7, 2015

I don't follow. How about a code sample?

@Art4
Copy link
Contributor

Art4 commented Sep 19, 2016

Config your CodeDefinition to not parsing the content.

Example:

$builder = new CodeDefinitionBuilder('code', '<code>{param}</code>');
$builder->setParseContent(false);
$definitions[] = $builder->build();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants