Improved MD support.

Add some styling for images in MD

Add support for the bastardisation of the MD html for RML.
This commit is contained in:
Tom Price
2016-01-07 19:25:54 +00:00
parent b80c38756f
commit 088e23749d
7 changed files with 9239 additions and 13 deletions

File diff suppressed because one or more lines are too long

View File

@@ -137,3 +137,9 @@ textarea {
};
}
}
.markdown {
img {
max-width: 100%;
}
}