Skip to content

Commit 094fb8d

Browse files
committed
Fix multi-line content table
1 parent 48bfce1 commit 094fb8d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/Type/Pod/Block.pod6

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,24 @@ Useful subclasses:
1717
Class Used for
1818
===== ========
1919
Pod::Block::Para paragraphs
20+
2021
Pod::Block::Named named blocks
22+
2123
Pod::Block::Declarator declarator blocks
24+
2225
Pod::Block::Code code blocks
26+
2327
Pod::Block::Comment comments
28+
2429
Pod::Block::Table =begin/end table
25-
tabular data
30+
tabular data
31+
2632
Pod::Heading =head1 etc. headings
33+
2734
Pod::Item list items
35+
2836
Pod::Defn definition lists
37+
2938
Pod::FormattingCode formatting codes
3039
3140
=end table

0 commit comments

Comments
 (0)