-
I've noticed a rather unfortunate behaviour of code annotations, where if you define the same number multiple times in the code block, the annotation will only be applied to the last entry of the same number, making any previous one be empty. As an example: ```yaml
option:
option1: lorem # (1)
option2: ipsum # (2)
option3: sit # (1)
```
1. Some description that will only appear in the second entry of the code annotation. First entry will be empty
2. Another description. In this example will the annotation for I'm not sure if this is considered intentional behaviour or actually a bug, which is why I ask here instead of filing a bug report, as it isn't clear to me. Preferably would I like the code annotations to allow being reused multiple times, as it would reduce the duplicate text you would otherwise need to have here... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Duplicate #3832 (comment). |
Beta Was this translation helpful? Give feedback.
Duplicate #3832 (comment).