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

Rohith Ajjampur
Rohith Ajjampur

Rohith Ajjampur is a Computer Science Engineer by training and an avid student of history, culture, language and economics. He has lived and worked in Germany for 15 years and since a few years freelances as Solution Architect and lives in Davangere, Karnataka. As a hobby he reads and researches on history, religion and philosophy, mainly focusing on India. Rohith speaks 6 languages, including German and he is picking up basic conversation in Malayalam lately. Apart from that, Sanskrit has been among his interests which intersects with other topics of his interest.

Articles By Rohith Ajjampur