Answers for "markdown table cell multiple lines"

0

markdown table cell multiple lines

<!---- Multiple lines in a Markdown Table Cell ------------------------->

Use the HTML <br> tag to make the line display as multiple lines:

| Format   | Tag example |
| -------- | ----------- |
| Headings | =heading1=<br>==heading2==<br>===heading3=== |
| New paragraph | A blank line starts a new paragraph |

<!------------------------- Multiple lines in a Markdown Table Cell ---->
Posted by: Guest on January-11-2022

Browse Popular Code Answers by Language