v15.6.0
I have 2 rendering issues in Display view:
- Text in square brackets followed directly by another text in square brackets are not rendered correctly, the second one is not displayed. If there is text between those square bracket groups rendering is fine.
[text1] [text2 - this text will not be rendered]
[text1] [text2 - this text will not be rendered] text3
[text1] and [text2 - this text will be rendered]
text [text1] [this text will not be rendered]
text1 [text2] and [text3]
- [ ] [text1] [text2 - this text will not be rendered]
- [ ] [text1] and [text2 - this text will be rendered]
- [ ] text1 [text2] [text3 - this text will not be rendered]
- [ ] text1 [text2] and [text3]
- If a line starts with
~~text~~
it is not shown in Display view and causes the following lines to be rendered as a Code block
text0 ~~this is rendered~~
~~text1~~ following lines will be in a code block and this line will not be rendered
text0
text0 ~~text1~~
I’ve additionally tested these with a fresh collection without a .css file and had the same issue.
Thanks.