You are viewing a single comment's thread from:

RE: SteemSTEM Distilled #33

in #steemstem7 years ago (edited)

As always, good job ;)

However, I found bugs with every photo pulled either to left or right:
image.png

It happens on busy.org, which is a really cool interface and I use it on daily basis. I think you simply shouldn't use Markdown inside HTML tags, so instead of:

<div class="pull-right">
    ![](link-to-photo)
 </div>

use:

<div class="pull-right">
    <img src="link-to-photo">
</div>
Sort:  

Ahaha good catch. Since I don't use busy, I have never noticed this issue. It should be fixed by now :)

Tanks for pointing this out!

Busy is much better than it used to be, definitely worth checking out ;)

I still prefer steemit ;)