Defect #20769
Issues with formatting of == (equality operator)
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
This operator might have special meaning in textile, but I didn't not find it in the documents. When I input this as plain textile text or as inline code (betwee @ characters), sometimes it disappears.
This is annoying, because = = is the equality operator in many programming languages.
I will paste this text below:
@x == y && a == b@ @x == y && a == b@ == abc == === abc === = abc = x == y & a == b x == y a == b @x == y && a == b@ @x == y && a == b@
After pasting:
x y && a b
x y && a b
=== abc ===
= abc =
x y & a b
x y
a b
x y && a b
x y && a b
History
#1
Updated by Toshi MARUYAMA over 6 years ago
- Category set to Text formatting