How to merge table cell in Contentful
The table plugin in Contentful is using GitHub-flavored Markdown syntax, which does not support cell merging.
There is an alternative way to implement cell merging is to use html syntax.
<table>
<tr>
<th>HTTP Method</th>
<td colspan="2">GET</td