Skip to content

Commit

Permalink
Bugfix issue breaking build. Bug was introduced in bc0f128
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel-s committed Sep 7, 2024
1 parent 0840fd0 commit 031554f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/specs/tools/31-trrt.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,17 +161,17 @@ If a [configuration file](/docs/specs/files/configuration-file) is used, the lon
| `-f`, `--force` | n | Allow overwriting of existing files. |
| `-h`, `--help` | n | Display help for command. |

```mdx-code-block
</APITable>
```

[^1]: Multiple converters may be specified by appending a number to the parameter key, e.g., `converter[1]: <template1>` `converter[2]: <template2>`, where `<template<n>>` is a predefined converter or a [handlebars template](@). You MUST specify `converter[1] <template1>` (or `converter <template1>`, which is equivalent). You MAY specify one or more `converter[<n>]`s, where `<n>` is any number. The [TRRT](@) keeps track of the number of times a [TermRef](@) was used for some [termid](@). When the [TRRT](@) converts a [TermRef](@) for a particular [termid](@) for the `<n>`th time, it will use the converter as specified in parameter `converter[<n>]`, or, if that does not exist, it will use the converter that it used for the `<n-1>`th conversion.

:::info Editor's Note
The `-d` (`--debug`) option needs to be added when implemented.
Note that this option should work the same for all tools, which currently is certainly not the case.
:::

```mdx-code-block
</APITable>
```

## Term Ref Resolution {#what-it-does}

All [text conversion tools](@), including the [TRRT](@), convert (input) text files into results (output text files) by locating particular text patterns, doing some processing, and constructing texts that are used to replace the located text patterns. This process is illustrated in the figure below, and further explained in the page [TEv2 Text Conversion](/docs/overview/tev2-text-conversion):
Expand Down

0 comments on commit 031554f

Please sign in to comment.