Can meta cpan display html table

Can meta cpan display html table.

metaCPAN support img tag.

https://metacpan.org/pod/Chart::Clicker

If I use HTML table in pod,

<table>
  <tr>
    <th>title1</th>
    <th>title2</th>
   </tr>
  <tr>
    <td>foo</td>
    <td>bar</td>
  </tr>
</table>

=end html

If you know, tell me the answer.

2 Comments

Yes, tables are allowed. You can see what HTML is allowed in the MetaCPAN code. MetaCPAN also provides a Pod renderer you can test with.

Leave a comment

About Yuki Kimoto

user-pic I'm Perl Programmer. I LOVE Perl. I want to contribute Perl community and Perl users.