Markdown Cheat Sheet

Headlines
# Headline 1
## Headline 2
### Headline 3

Styling
*italic*
**bold**
~~strike through~~

Links
http://url.com
[link text](http://www.url.com)

Quotes
> Quote text
***Johnny Author***

Images
![image alt text](image url)
***Image caption, description***

Horizontal rule
---

Inline Code
`var name = "John Doe";`

Code block with syntax highlighting
``` codelanguage
function foo() {
  return bar;
}
```

Bulleted list
- item 1
- item 2
- item 3

Numbered list
1. item 1
2. item 2
3. item 3

Anand Velandy
Anand Velandy

Anand Velandy is a mechanical engineer currently working as a game developer. His hobby are reading about Bhaarat varsh and knowing the works of our ancestors. His goal is to to pass on this knowledge to the next generation through the medium of games ("Ram Mandir Darshan" on the Playstore is his first attempt towards this goal). He is also enthusiastic about languages, currently he can speak Hindi, Marathi, Malayalam, Sanskrit and English. He wish to learn up to 10 Bhaaratiya languages in the next 10 years. His motto is to be busy learning as 'knowledge is light'.

Articles By Anand Velandy