Table #13

Closed
opened 2023-07-11 08:40:39 -04:00 by j4nk · 1 comment
Owner

Implement markdown tables.
Here is a basic table in HTML:

 <table>
  <tr>
    <th>Company</th>
    <th>Contact</th>
    <th>Country</th>
  </tr>
  <tr>
    <td>Alfreds Futterkiste</td>
    <td>Maria Anders</td>
    <td>Germany</td>
  </tr>
  <tr>
    <td>Centro comercial Moctezuma</td>
    <td>Francisco Chang</td>
    <td>Mexico</td>
  </tr>
</table> 
Implement markdown tables. Here is a basic table in HTML: ``` <table> <tr> <th>Company</th> <th>Contact</th> <th>Country</th> </tr> <tr> <td>Alfreds Futterkiste</td> <td>Maria Anders</td> <td>Germany</td> </tr> <tr> <td>Centro comercial Moctezuma</td> <td>Francisco Chang</td> <td>Mexico</td> </tr> </table> ```
Author
Owner
https://git.thejerks.club/j4nk/md4tj/commit/f9135021e71460f8ba75dfe1809c02385c88fdf0 https://git.thejerks.club/j4nk/md4tj/commit/5770c60bcffd40568f6d1b50a209431eae8d8c73
j4nk closed this issue 2024-03-30 20:05:08 -04:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: j4nk/md4tj#13
No description provided.