How to make line break in openbullet 2 web

how to make line break using const string block to send to telegram with line break

Method1 :

Line1<Environment.NewLine>Line2

[color=red]Output :[

Line1
Line2

put this inside variable mode

Method 2 :

string ATTACHEMENTS = string.Join(Environment.NewLine, ATTACH);

Good Luck !

1 Like

Could you make a config with line breaks and send it to me? I’m a beginner and I don’t understand much if I don’t see the blocks in openbullet 2