Alerts
Note that markdown can’t be included in an alert block
Note
A Note
Tip
A Tip
Important
Important Stuff
Warning
A Warning
Caution
A Caution
Dynamic Variables
Your organisation is ”No Org”
Other markdown Stuff
This is a block quote
Header 1 | Header 2 |
---|---|
Github | Markdown |
Flavoured | Table |
Some JSON code
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
Some Java code
class Main {
public static void main(String[] args) {
int first = 10;
int second = 20;
// add two numbers
int sum = first + second;
System.out.println(first + " + " + second + " = " + sum);
}
}
Last updated on January 1, 2025