The images in the article are positioned with the old pull left pull right div trick. Like this:
<table>
<tr>
<td>
<div class"pull-left">
![](https://images.hive.blog/DQmfJp2XYWbpRXoFm7Qg2kvvmwKvJ5fAZvmhjjyBaRKq2k3/image.png)
</div>
</td>
<td>
<div class"pull-right">
![](https://images.hive.blog/DQmaECGErMKWVYo7kUrAnbfUGBLSxnXuHDrUDcVBGmos5ze/image.png)
</div>
</td>
</tr>
</table>
Some Hive interfaces display this code better than others :)