Skip to content

Instantly share code, notes, and snippets.

@CAYdenberg
Created June 25, 2020 20:25
Show Gist options
  • Save CAYdenberg/b8a73c01c8789cf341fe1ad8463080ec to your computer and use it in GitHub Desktop.
Save CAYdenberg/b8a73c01c8789cf341fe1ad8463080ec to your computer and use it in GitHub Desktop.
var ed = new ManuscriptsEditor(document.getElementById('root')); ed.render('<table-wrap><caption><p>TABLE I. Sampling.</p></caption><table><tbody><tr><td>Number in a lot</td><td>Number of samples</td></tr><tr><td>2 to 25</td><td>2</td></tr><tr><td>26 to 150</td><td>3</td></tr><tr><td>151 to 600</td><td>5</td></tr><tr><td>601 to 1,200</td><td>7</td></tr><tr><td>1,201 to 7,000</td><td>8</td></tr><tr><td>7,001 to 9,000</td><td>10</td></tr><tr><td>over 9000</td><td>20</td></tr></tbody></table></table-wrap>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment