### Loading 1. The data should be loaded with a table with block contents in second column: * Paragraph - it should be rendered as `` if single paragraph is inside table cell. * List * Heading * Block Quote (with inner paragraph) * Image 2. The third column consist blocks with text alignment. * Paragraph - should be rendered was `

` when alignment is set (apart from default) for single paragraph. ### Testing 1. Use Enter in cells with single ``. When two ``'s are in one table cell they should be rendered as `

`. 2. Undo previous step - the `

` element should be changed to `` for single paragraph. 3. Change `` to paragraph - it should be rendered as `

` element if there are other headings or other block content. 4. Change one `` to paragraph and remove other headings. The `` should be rendered as ``.