tno-terminology-design / tev2-tools

The Terminology Engine (v2) is a set of specifications and tools that caters for the creation and maintenance (i.e. curation) of terminologies. This repository contains the sources for the tools.
Apache License 2.0
2 stars 3 forks source link

Helper function `NoRefs` doesn't seem to work correctly #47

Open RieksJ opened 7 months ago

RieksJ commented 7 months ago

The Handlebars helper function noRefs doesn't seem to work correctly.

Here is the log of what the HRGT uses:

image

As you can see, it uses a custom template as converter that should output {{noRefs glossaryTerm}} as the title of an HRG-entry. However, the term Synonym, whose glossaryTerm value is Synonym (of a [term](@)), is converted into what is shown below:

image

illustrating that the link (to the 'synonym' page) is not correctly rendered.