You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm parsing values into markdown format and having an issue when including a curly brace "{" inside of the template. For example the following line fails to parse: {#{{child.kind}}-{{child.name}}}
Exception at Renderer.cpp:303 Failed to load template: 'kind_file' error: Exception at Renderer.cpp:303 Failed to load template: 'nonclass_members_details' error: [inja.exception.parser_error] (at 15:183) unexpected '}
Is there a workaround for this?
The text was updated successfully, but these errors were encountered:
I'm parsing values into markdown format and having an issue when including a curly brace "{" inside of the template. For example the following line fails to parse:
{#{{child.kind}}-{{child.name}}}
Exception at Renderer.cpp:303 Failed to load template: 'kind_file' error: Exception at Renderer.cpp:303 Failed to load template: 'nonclass_members_details' error: [inja.exception.parser_error] (at 15:183) unexpected '}
Is there a workaround for this?
The text was updated successfully, but these errors were encountered: