Closed miffels closed 4 years ago
I just ran into an issue where the Markdown source docs would contain Jinja2-like syntax that lead to errors, more specifically the following:
{#someVariableBindingString}
This is misinterpreted (even though it was in a code block) as a Jinja2 comment due to the initial {#. I see two options here:
{#
I believe 1) to be more of a feature than an issue, and 2) appears like it would enable everyone to customize this plugin to their heart's content. I believe, therefore, that 2) is the way to go.
Will open a PR in a few minutes with a draft.
@rosscdh is that a no? :joy:
Either way, the work is done. See #29.
I just ran into an issue where the Markdown source docs would contain Jinja2-like syntax that lead to errors, more specifically the following:
{#someVariableBindingString}
This is misinterpreted (even though it was in a code block) as a Jinja2 comment due to the initial
{#
. I see two options here:I believe 1) to be more of a feature than an issue, and 2) appears like it would enable everyone to customize this plugin to their heart's content. I believe, therefore, that 2) is the way to go.
Will open a PR in a few minutes with a draft.