Project

General

Profile

Actions

Defect #20769

open

Issues with formatting of == (equality operator)

Added by Mehmet Soyturk over 8 years ago. Updated 7 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
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 ===

= abc =

x y & a b

x y

a b

x y && a b
x y && a b

Actions #1

Updated by Toshi MARUYAMA over 8 years ago

  • Category set to Text formatting
Actions #2

Updated by Simon Fischer 7 months ago

since still open, if anybody else finds this: also just as annoying, you can circumvent the problem by either leaving out the leading space as in x== 5 or by inserting a coded space (
) instead: x == 5 (x
== 5)

Actions

Also available in: Atom PDF