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.
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.
Thank you!
I try pod tool in metaCPAN.
I have known metaCPAN support table and img tag and many HTML tags.