Salt (Wirefrme): 14.6 Why "~~" is not showing as waved line but a thick straight line instead?

0 votes
asked Oct 26 in Question / help by xiaoqi (680 points)
Hi all,

I suppose the "~~" can show kind of waved line, could you help to explain?

Thanks, Xiaoqi

1 Answer

+1 vote
answered Oct 26 by The-Lu (73,540 points)
selected Oct 27 by xiaoqi
 
Best answer

Hi X.,

The `~~` command is a creole command, to underline with a wave line or to have a strong line, as:

@startsalt
scale 2
{^
  Some txt
  Some waved txt ~~Some txt~~
  simple line with --
  --
  double line with ==
  == 
  bold line with ~~
  ~~
  Some txt
}
@endsalt

See doc. here:

Regards,
Th.

commented Oct 27 by xiaoqi (680 points)
Thanks Th, noted.
...