-- cross my text in place of dash..

0 votes
asked Sep 1 in Bug by anonymous

rnote over node 1

test 1 -- test2 -- test --   

end note

1 Answer

0 votes
answered Sep 1 by The-Lu (60,140 points)

Hi A., and all,

From:

It is due to the creole parsing:

If you want to don't use creole, you must escape the dash with `~`, as:

rnote over node1

test 1 ~-- test2 ~-- test --   

end note

Enjoy,
Regards,
Th.

commented Sep 1 by The-Lu (60,140 points)

Or use `code`, as:

rnote over node1
<code>
test 1 -- test2 -- test --   
</code>
end note

Regards,
Th.

...