nextcloud / nextcloud/talk-ios
Syntax inside of syntax not rendered correctly
Open
0. Needs triage
bug
- Dominant language
- Swift
- Stars
- 230
- Forks
- 121
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 38
Description
Teststring:
````
```\nsyntax\n$message = '```' . \"\n\" . $message . \"\n\" . '```';\n```
````
Expected:
Should render as one code block and ` ``` ` is visible.
Actual:
` ``` ` is not visible inside the block.
Contributor guide
Assessment
This issue has not been assessed yet.