This post shows you how to add blockquotes using Markdown.
As Kanye West said:

> We're living the future so
> the present is our past.

As Kanye West said:

We’re living the future so the present is our past.

This post shows you how to add inline code or code blocks using Markdown.
`inline code`

inline-code

```javascript
variable = "javascript code";
alert(variable);
```
variable = "javascript code";
alert(variable);
Read more
This post shows you how to add html code using Markdown.
<b>bold text using html</b>
<p>paragraph using html</p>

bold text using html

paragraph using html

This post shows you how to add embeds using Markdown.

Youtube:

<div class="embed embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="560" height="315" src="https://www.youtube.com/embed/afvT1c1ii0c" frameborder="0" allowfullscreen></iframe>
</div>
Read more
This post shows you how to add GitHub Gists using Markdown.
# line below wrapped in liquid open and close tags
gist SergiuTripon/bf0b097336814276baacf56802965de3
Read more
Search
Latest Post