One line code inline works as expected, but multiline is not working (shows the backticks and does not highlight the code).
See attached image:
public static void main (String ... args) {
System.out.println("Hello world!");
}
Should highlight all the lines in snippet, as for one line snippets.
Shows the backticks and treat it as normal text.
N/A
Multiline code is done by triple backticks.
` ` `bash
multi
line
` ` `
Thanks @AmShaegar13!!
@AmShaegar13 sorry for bothering, but multiple lines seems not to work with triple backticks on current version ?
It works with ``` without any space only, but marking as code - area still does not work as mentioned here: https://github.com/RocketChat/Rocket.Chat/issues/9625
Most helpful comment
Multiline code is done by triple backticks.