Curly braces interpretation in WYSIWYG tables
Author: dia-suscaCreated Sep 16, 2026Updated Sep 16, 2026
Labelsbug
Description
a table with content:
| Field | Type | Req. | Constraints & Notes |
|---|---|---|---|
| Status | One of {Active, Pending Approval, Removed} | MS | System-maintained. See..... |
| Rate Name | Text | ME | Uniquely identifies.... |
is rendered as
(the text {Active, Pending Approval, Removed} is completely hidden )
Expected behavior is that the table renders fully its data content.
Reproducing
Create a simple able in an open editor:
| Field | Type | Req. | Constraints & Notes |
|---|---|---|---|
| Status | One of {Active, Pending Approval, Removed} | MS | System-maintained. See..... |
| Rate Name | Text | ME | Uniquely identifies.... |
and maybe additional text. As you take focus out of the cell with curly braces inside, the text disappears.
Note: text such as: | Status | One of {Active, Pending Approval, Removed}- see details below| MS | System-maintained. See..... |
is rendered correctly.
Zettlr version
4.7.0
Installation Method
From the Website or GitHub
Installation Method (Other)
No response
Your Platform
- Windows
- macOS
- Linux
Architecture
- Intel 64bit
- ARM 64bit (includes Apple Silicon)
Operating System Version
Ubuntu 22
Additional Information
No response
Source: Zettlr/Zettlr