How to support multiline in table

I need table multiline.

try <br/> or <br> no effect

How to support multiline in table

How to put multiple lines in a Markdown table cell (multiline table)

To include HTML in your markdown, change your site configuration:

[markup.goldmark.renderer]
unsafe = true

It’s not unsafe if you control the content.

Then you can do:

type|name
-|-
big<br>dog|spot
small<br>cat|felix

yes It’s OK now.

Thanks

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.