this is bold
Italics
It is better to write and then do formatting
There is no list option so you have to type the text.
public static void main (String[] args)
{
System.out.println("hello");
}
public static void main (String[] args)
{
System.out.println("hello");
}
Let's see how this shows up. I think you know this is test blog. and I am just testing how this editor works. This is a test blog. and again this is a test blog. This blog entry is test blog entry.
public static void main(String[] args)
{
System.out.println("This is test blog");
}