Error parsing MDX:
[next-mdx-remote] error compiling MDX:
Could not parse expression with acorn: Unexpected content after expression
76 | ### Archi 4.7 Label Expressions
77 |
> 78 | Archi 4.7 will come with a new feature which allows you to dissociate the label shown on an element on a view from the element’s name in the model (which is still the default for obvious reasons). Instead of manually defining this alternative label, you can define it through an _expression_. You can regard _expressions_ as a simple yet powerful macro language which allows you to compose the new label with expressions such as _${name}_, _${documentation}_, _${property:propname}_ and [more](https://github.com/archimatetool/archi/wiki/Label-Expressions).
| ^
79 |
80 | If this reminds you of something, that’s because this was first developed by [Hervé Jouin](https://www.linkedin.com/in/herv%C3%A9-jouin-9aa93761/) in his [specialization plugin](https://github.com/archi-contribs/specialization-plugin). Phil Beauvoir and I recently decided it was time to have a similar feature natively in Archi. We kept most of the original expressions defined by Hervé but added several others to cover more use-cases.
More information: https://mdxjs.com/docs/troubleshooting-mdx