Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

[Possible bug] Table rows rendered outside of table #14

@azertys

Description

@azertys

I'm not sure if I'm doing anything wrong, but if I copy this exact example, the table rows are rendered outside of the <table>:
https://github.com/github/jtml#iterables-like-arrays-1

This is the output I'm getting:

<tr>
  <td>Spanner</td>
  <td>5</td>
</tr>
<tr>
  <td>Wrench</td>
  <td>5</td>
</tr>
<table></table

I tested this in : Firefox 89.0.2 (64-bit and Edge Version 91.0.864.59 (Official build) (64-bit)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions