diff --git a/docs/tev2-glossaries-demo.md b/docs/tev2-glossaries-demo.md index 6c912b7c35..5102916aff 100644 --- a/docs/tev2-glossaries-demo.md +++ b/docs/tev2-glossaries-demo.md @@ -80,7 +80,7 @@ The [MRGref](@) that is used is `{%` `hrg=":patterns" converter="## [{{#if gloss :::info The same [glossary](@) can be constructed from any other [MRG](@) that contains [entries](mrg-entries@) for each of these [mental models](@), simply by generating empty strings for [MRG entries](@) that do not have `termtype: pattern`. To do this, we use the following [MRGref](@): -`{%` `hrg=":patterns" converter="{{#ifValue termType equals="pattern"}}## [{{#if glossaryTerm}}{{glossaryTerm}}{{else}}{{capFirst term}}{{/if}}]({{localize navurl}})\n{{#if glossaryText}}{{glossaryText}}{{else}}no `glossaryText` was specified for this entry.{{/if}}\n{{/ifValue}}"` `%}` +`{%` `hrg=":patterns" converter="{{#ifValue termType equals='pattern'}}## [{{#if glossaryTerm}}{{glossaryTerm}}{{else}}{{capFirst term}}{{/if}}]({{localize navurl}})\n{{#if glossaryText}}{{glossaryText}}{{else}}no `glossaryText` was specified for this entry.{{/if}}\n{{/ifValue}}"` `%}` ::: {% hrg=":patterns" converter="{{#ifValue termType equals='pattern'}}## [{{#if glossaryTerm}}{{glossaryTerm}}{{else}}{{capFirst term}}{{/if}}]({{localize navurl}})\n{{#if glossaryText}}{{glossaryText}}{{else}}no `glossaryText` was specified for this entry.{{/if}}\n{{/ifValue}}" %}