I'm helping out a friend with a non-profit site that publishes articles in issues each month. They are mostly straightforward, and I think using a markdown editor (like the wmd one here in SO) would be perfect. However, they do need the ability to have images right-aligned in a given paragraph. I can't see any way to do that with the current system - is it possible?
feedback
|
|
You can embed html in markdown, so you can do something like this:
| |||||
feedback
|
|
Embedding CSS is bad:
CSS in another file:
| |||||||||||||
feedback
|
The attribute markdown possibility inside markdown. | |||||||
feedback
|
|
Even cleaner would be to just put | |||
|
feedback
|
|
Simplest is to wrap the image in a center tag, like so ...
Anything to do with Markdown can be tested here - http://daringfireball.net/projects/markdown/dingus Sure, | |||||||
feedback
|