cinny icon indicating copy to clipboard operation
cinny copied to clipboard

[Markdown] Codeblock syntax not applied correctly.

Open Sollace opened this issue 1 month ago • 0 comments

Describe the bug

Cinny supports markdown's codeblocks with the triple backtick (```) but fails to parse it when the content is all placed on one line.

For example, I expect both codeblocks in this segment to render the same output.

````codeblock```

```
codeblock
```

Instead cinny produces an output like this:

` codeblock`

codeblock

Reproduction

No response

Expected behavior

No response

Platform and versions

Cinny v4.10.0 (flatpak)

Additional context

Image

Sollace avatar Nov 30 '25 22:11 Sollace