We got an italic thing here and link.
And this here:
For a new "Linebreak"
Add 2 spaces after the word, then enter
Or add a tab then enter
import os | |
import re | |
import xml.etree.ElementTree as ET | |
from datetime import datetime | |
# Path to your feed.xml and _posts directory | |
FEED_PATH = 'feed.xml' | |
POSTS_DIR = '_posts' | |
# Ensure _posts directory exists |
<iframe sandbox="allow-same-origin allow-scripts allow-top-navigation allow-popups" scrolling=no width="100%" height="185" frameborder="0" src="https://embed.radiopublic.com/e?if=american-bandito-WdQYML"></iframe> |
{% comment %} | |
* | |
* This being a comment example? :) | |
* | |
{% endcomment %} |
#AND | |
<b:if cond='data:blog.pageType == "index"'> | |
<b:if cond='data:blog.searchQuery'> | |
<!--search_page AND index_page--> | |
</b:if> | |
</b:if> | |
#OR |
/* Bootstrap form styles | |
* If you are already using bootstrap you don't need these */ | |
.checkbox, | |
.radio { | |
position: relative; | |
display: block; | |
margin-top: 10px; | |
margin-bottom: 10px; | |
} | |
.checkbox label, |
<div class="btn-group"> | |
<span class="btn btn-xs widget-collapse"> | |
<i class="icon-angle-up"></i> | |
</span> | |
</div> |
h1 { | |
font-size: 80px; | |
letter-spacing: -2px; | |
line-height: 1; | |
/*This being the method below --Requires background to be the same color as the #1d9d74 */ | |
text-shadow: 4px 3px 0 #1d9d74,9px 8px 0 rgba(0,0,0,0.15); | |
margin: 0 0 15px; | |
} |
.article { | |
float: left; | |
width: calc(100% - 1em); | |
} |
.element { position: relative; top: 50%; transform: translateY(-50%); } |
We got an italic thing here and link.
And this here:
For a new "Linebreak"
Add 2 spaces after the word, then enter
Or add a tab then enter