Purpose
Put together useful markdown code I frequently use for writing blogs in my portfolio website.
All example follows this style:
* name
* code
* Result
Block quote
>Block quote
Block quote
Backgroud Highlight
```
```
Display image

Adjust image size using html style
<img src="/images/GTSRB/imshow_original.png" width="50px" height="50px">
Display gif
<a href="https://imgflip.com/gif/2cuv3v"><img src="https://i.imgflip.com/2cuv3v.gif" width="100px" height="80px" title="movie recommender demo"/></a>
Display Tableau dashboard
<iframe seamless frameborder="0" src="https://public.tableau.com/views/GTSRB_Result_Viz/GTSRB?:embed=yes&:display_count=yes&:showVizHome=no" width = '650' height = '450' scrolling='yes' ></iframe>
Display video
<iframe width="300" height="200" src="https://www.youtube.com/embed/sTmNq--vnU4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
Display Python code
~~~ python
import pandas as pd
pd.read_csv()
~~~
import pandas as pd
pd.read_csv()
bold and italic
**bold**
*italic*
bold italic