Markdown syntax supported in onecompiler.com


# Some example title, with h1 size

Some example title, with h1 size

## Some example title, with h2 size

Some example title, with h2 size

### Some example title, with h3 size

Some example title, with h3 size

#### Smaller title, with h4 size

Smaller title, with h4 size

Following is sample java code.
```java
int i = 10;
if(i>0){
    System.out.println('positive');
}
``` ```

```java
int i = 10;
if(i>0){
    System.out.println('positive');
}
Following are some bullet points
* first point
* second point

Following are some bullet points

  • first point
  • second point
Following are some numbered points
1. first point
2. second point

Following are some numbered points

  1. first point
  2. second point
**Sample Bold data**

Sample Bold data

~~Strikethrough~~  

Strikethrough

[This is how you put links](https://onecompiler.com/posts)

This is how you put links

![This is how you put images](https://onecompiler.com/favicon.ico)

This is how you put images

| column1 | column2 |
|--------|--------|
|data1|data2|
|data3|data4|

column1column2
data1data2
data3data4
---
This code is between page breaks

---

This code is between page breaks