Steemit Markdown works well in most cases but sometime we need custom formatting that is not available via Markdown language. For example, you may want to embed images (or video) floating right/left within your post.
Now steemit.com has this features implemented with custom classes approach.
The initial class styles which are supported: New CSS classes adds options to align the image to the right and left, so the text will wrap around the image. A left floated image with text-wrappull-right
- content floats the rightpull-left
- content floats the lefttext-justify
- stretches the text lines so that each line has equal width (like in newspapers and magazines)Code Examples:
The image is on the left and the text flows around it.
Code:
<img src="">
A right floated image with text-wrap
The image is on the right and the text flows around it.
Code:
<img src="">
Long text justification
By default STEEM render text with a jagged right edge. If you want all text rendered like in a book with an even right edge you can use a single style rule. To set all text to justified copy the following code into the section of your blog post. If you want all text rendered like in a book with an even right edge you can use a single style rule. To set all text to justified copy the following code into the beginning of your post right after leading <html> tag:
Note: to use new STEEM layout features you need to switch from Editor to Raw HTML mode while submitting your story:
@primus, у меня к вам есть вопрос личного характера, подскажите как с вами можно связаться?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
[email protected]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Good job! Thank you!
Is there a way to control the image size as well?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I found a roundabout way to do this ---every time you cascade the
<div>
tag, the image gets resized by 50%.For example:
<div class="pull-left">
<div class="pull-left">
http://basebandtech.com/wp-content/uploads/admin.png
</div>
</div>
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nice.
Good work!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for this post. Very Helpful
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I'm new to markdown since beginning steemit two weeks ago. Do you have a good link to visit and learn it?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I think this one is one of the most useful article about markdown. Almost of all markdown we can use in steemit.
https://steemit.com/steemit/@thecryptofiend/markdown-basics-for-beginners
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Just perfect for the photographers here
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Awesome great to know. Thanks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks. It's really helpful for us.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
For some reason, i don't think this works anymore. Maybe a hard fork changed things. I tried the images on the left and right and it gives me errors.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Awesome! Thanks for helping the noob Steemer! Worked like a charm. Glad I can use HTML, haven't used it in a while. Cheers!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thanks good additional info
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Valuable information
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This is helpful to programmers, but I prefer to use GUIs. Any ideas as to when Steemit will have more options there?
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit