On Wed, Oct 12, 2016 at 3:22 PM, David Warring <perl6-bugs-follo...@perl.org>
wrote:
> # New Ticket Created by  David Warring
> # Please include the string:  [perl #129862]
> # in the subject line of all future correspondence about this issue.
> # <URL: https://rt.perl.org/Ticket/Display.html?id=129862 >
>
>
> Consider pod.pl:
>
> =begin pod
>
> =begin table
> a | b | c
> l | m | n
> x | y
> =end table

With the current state of rakudo
​ pod​
, ill-formed tables are problematic.  Try redoing the table like this
(adding the separator for the missing column, making the column spacing the
same, lining up the column separators):

=begin table
a | b | c
l | m | n
x | y |
​  ​
=end table

​It still might not work with the empty cell.
​

Reply via email to