Markdown syntax notes

06 Jan 2017


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.

Minion

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...
comments powered by Disqus