Formatting codes L<> don't render properly inside table's rows
Problem or new feature
Links created with L<> don't render properly inside a table's rows. See image:

Suggestions
If this a limitation of Pod, we could simply leave the link for each character out.
Tables are implemented separately and it has long been a problem that table cells do not accept ANY Pod blocks. This includes subtables, headings, lists etc
On Sat, Jun 25, 2022, 22:46 Luis F. Uceta @.***> wrote:
Problem or new feature
Links created with L<> don't render properly inside a table's rows. See image:
[image: image] https://user-images.githubusercontent.com/22332927/175791272-cf9275f0-9026-4a01-980e-39e4dfb80b76.png Suggestions
If this a limitation of Pod, we could simply leave the link for each character out.
— Reply to this email directly, view it on GitHub https://github.com/Raku/doc/issues/4092, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACYZHB6IUSZNP3MV6SYJSLVQ54ZRANCNFSM5Z24PQSQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Maybe this should be opened as a problem solving issue (is there a better repo for POD issues?)
For our fix, we can remove the links and perhaps add a link to the site under the table (can someone find a search URL we can link to?)
https://github.com/Raku/Pod-To-HTML/issues/17 was opened Aug 3, 2016
Removed the embedded formatting. also simplified the URLS (didn't need the SHOW directive)