# Hello Markdium! ## Describe about your awesome post *Lorem Ipsum* is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the `1960s` with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. --- ## Code ```ts let foo = 'bar' /** Don't worry about the code block, it will be saved as a gist with right language format, and auto embed to your post. **/ ``` ## Diff ```diff public class Hello1 { public static void Main() { - System.Console.WriteLine("Hello, World!"); + System.Console.WriteLine("Rock all night long!"); } } ``` ## Image  For paid users, you can simply insert an image with `Ctrl/Cmd + I`. ## Embed Embed Youtube, Facebook, Twitter or Medium post with `<embed>` tag. <embed src="https://medium.com/@kingapol/medium-in-markdown-without-pain-2785f50c092e"/> ## Blockquote > He fell in October 1918, on a day that was so quiet and still on the whole front, that the army report confined itself to a single sentence: All quiet on the Western Front ## List * Cat 1 * Cat 2 1. Dog 1 2. Dog 2 Nested list is not supported by Medium format. ## Enjoy writing !