@@ -67,10 +67,14 @@
<tr>
<td>image</td>
<td>
- <p>A paragraph with default alignment</p>
<img alt="sample image" src="sample.jpg">
</td>
- <td></td>
+ <td>
+ <p>An image aligned to right:</p>
+ <figure class="image image-style-side" contenteditable="false">
+ <img src="sample.jpg" alt="sample image">
+ </figure>
+ </td>
</tr>
</tbody>
</table>
@@ -6,6 +6,7 @@
* List
* Heading
* Block Quote (with inner paragraph)
+ * Image
2. The third column consist blocks with text alignment.
* Paragraph - should be rendered was `<p>` when alignment is set (apart from default) for single paragraph.