-
Notifications
You must be signed in to change notification settings - Fork 20
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
Nested shortcodes broken in flex objects content #114
Comments
@schliflo dont need |raw anymore with |markdown |
does this work {% set md = object.markdown|shortcodes|markdown %}
{{ md|markdown }} |
Unfortunately this does not work. |
Change the parser to regular. |
The parser is already set to regular, thats the strange thing. |
My setup renders flex objects that have markdown content. The template looks like this
The following markdown
renders like this:
Using the same markdown in the page content (not the flex object) it produces the correct/expected output:
The parser is set to
regular
like suggested here: #67 (comment)The text was updated successfully, but these errors were encountered: