Skip to content

[Bug]: Gridtable does not support paragraphs and lists #955

Closed
@linawolf

Description

@linawolf

Summary

See also TYPO3-Documentation/render-guides#460

Code snippet that reproduces the problem

+----------------------+----------------+
|Paragraphs |Paragraph 1 |
| | |
| |Paragraph 2 |
+----------------------+----------------+
|Lists |See the list |
| | |
| |* Item 1 |
| |* Item 2 |
| | |
| | A paragraph |
+----------------------+----------------+

Expected output

<div class="section" id="table">
        <h1>table</h1>
        <table>
            <tbody>
<tr>
        <td><strong>Paragraphs</strong></td>
    <td><p>Paragraph 1</p>

Paragraph 2

Lists

See the list

  • Item 1
  • Item 2

A paragraph

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions