Markdown does NOT allow putting multi-line text in a cell.
It also does NOT allow row or cell merging (colSpan & rowSpan of html table).
The first row is always the header followed by an extra line with dashes
"|-------|------|-------|"
Alignment of text in Individual cells is NOT available
Alignment of text in columns is possible.
Below the first row (header) is an extra line with dashes “|----|”.
Putting colons “:” at both right & left forces column alignment to center “|:----:|”.
Putting colon “:” at left forces column alignment to left “|:----|”.
Putting colon “:” at right forces column alignment to left “|----:|”.
<dl>
<dt><b>TITLE - List of Hardware</b></dt>
<dd>Ras Pi 3</dd>
<dd>DC Power adaptor 5V</dd>
<dd>microSD card, Class 10, 8Gb</dd>
<dd>Flightaware Pro Stick</dd>
<dd>Flightaware Filter</dd>
<dd>Flightaware 26" Antenna</dd>
<dd>LMR240 coax 30 ft N-male , SMA-male</dd>
</dl>