You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
"<table>\n<thead>\n<tr>\n<th>Column 1</th>\n<th align=\"center\">Column 2</th>\n<th>Column 3</th>\n</tr>\n</thead>\n\n<tbody>\n<tr>\n<td>No span</td>\n<td align=\"center\" colspan=\"2\">Span across two columns</td>\n</tr>\n\n<tr>\n<td colspan=\"2\">Span accross two columns</td>\n<td>No span</td>\n</tr>\n</tbody>\n</table>\n",
`
|+--
| Default aligned |Left aligned| Center aligned
|-----------------|:-----------|:---------------:
| First body part more test || 1. Third cell
| Second line || 2. **strong**
| Third line hallo || 3. baz
`,
"<table>\n<thead>\n<tr>\n<th>Default aligned</th>\n<th align=\"left\">Left aligned</th>\n<th align=\"center\">Center aligned</th>\n</tr>\n</thead>\n\n<tbody>\n<tr>\n<td colspan=\"2\"><p>First body part more test\nSecond line\nThird line hallo</p>\n</td>\n<td align=\"center\"><ol>\n<li>Third cell</li>\n<li><strong>strong</strong></li>\n<li>baz</li>\n</ol>\n</td>\n</tr>\n</tbody>\n</table>\n",