Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 7, 2017 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/ac67a1736bde68859fbae2df4619eb6f to your computer and use it in GitHub Desktop.
Save goofmint/ac67a1736bde68859fbae2df4619eb6f to your computer and use it in GitHub Desktop.
2.md
<table id="result" class="ui-widget ui-widget-content"
style="margin: 1em 0; border-collapse: collapse;">
<tr class="ui-widget-header">
<th>ID</th>
<th>名前</th>
<th>パスワード</th>
</tr>
<tr>
<td>test_id</td>
<td>test_name</td>
<td>test_password</td>
</tr>
</table>
<input type="button" id="register" value="register" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment