h1 Heading
h2 Heading
h3 Heading
h4 Heading
h5 Heading
h6 Heading
Table (but where is the line…)
Option | Description |
---|---|
r1 | row 1. |
r2 | row 2. |
r3 | row 3. |
bold text
italicized text
Strike through
Quote 1
Embedded quote 2.
- valid bullet 1.1
- valid bullet 1.2
- valid bullet 2.1
- valid bullet 2.2
- valid bullet 3.1
- valid bullet 3.2
Hyper link Jekyll
1
2
3
4
5
6
7
8
9
10
11
package com.company;
import java.util.*;
import java.text.*;
public class Main {
public static void main(String[] args) {
int a = 1;
System.out.println("123" + a);
}
}
package com.company;
import java.util.*;
import java.text.*;
public class Main {
public static void main(String[] args) {
int a = 1;
System.out.println("123" + a);
}
}
Sample text here...