doc icon indicating copy to clipboard operation
doc copied to clipboard

Formatting codes L<> don't render properly inside table's rows

Open uzluisf opened this issue 3 years ago • 2 comments

Problem or new feature

Links created with L<> don't render properly inside a table's rows. See image:

image

Suggestions

If this a limitation of Pod, we could simply leave the link for each character out.

uzluisf avatar Jun 25 '22 21:06 uzluisf

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: @.***>

finanalyst avatar Jun 26 '22 10:06 finanalyst

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?)

coke avatar Jun 27 '22 18:06 coke

https://github.com/Raku/Pod-To-HTML/issues/17 was opened Aug 3, 2016

coke avatar Nov 13 '22 23:11 coke

Removed the embedded formatting. also simplified the URLS (didn't need the SHOW directive)

coke avatar Nov 13 '22 23:11 coke