Ripcord Dev Logo Ripcord Development — View Ticket Login or Create Account
Ticket UUID: 355e226cfffbe31c14242878b557de8dae4b332c
Title: multi-line code blocks' first line gets deleted
Status: Closed Type: Bug
Severity: Minor Priority: Low
Subsystem: General Resolution: Works_As_Designed
Last Modified: 2019-04-13 00:47:32
Version Found In: 0.4.1
inexplicabro2019-04-09 10:59:28
when i type multi-line code and i start the code right after the back ticks, that line will not be shown. and also on the first line (with the back ticks) if i typed something after the back ticks and pressed enter, it would not go to the next line, instead it would send the message.

on discord: https://i.imgur.com/AE6YXSe.png
on ripcord: https://i.imgur.com/uPOlqWa.png
tmad40blue2019-04-10 01:37:55
The first line of a multi-line code block is _supposed_ to indicate the language syntax to be used as a part of the code block. Discord ignores this sometimes but not other times, so there isn't any real reliability to it.

To start a new line without sending a message you can hold Shift while pressing Enter.