Add Markdown support

This commit is contained in:
Gregory Soutade
2014-01-04 13:43:38 +01:00
parent 9de9cea99a
commit 88e6ebd3a4
11 changed files with 2521 additions and 12 deletions

View File

@@ -549,3 +549,15 @@ div.all_posts div.post
margin-bottom:2px;
margin-left:20px;
}
.post_content > p > img
{
display:block;
margin-left: auto;
margin-right: auto;
}
.post_content > p
{
text-align:justify;
}