Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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 ---->
Source by alvinalexander.com #
 
PREVIOUS NEXT
Tagged: #markdown #table #cell #multiple #lines
ADD COMMENT
Topic
Name
6+8 =