Skip to content

Commit 3ac1098

Browse files
author
Tadeusz Sośnierz
committed
Disallow Pod blocks inside of Formatting Codes.
1 parent 1baf5fe commit 3ac1098

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

S26-documentation.pod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,15 +1696,13 @@ B<3.E<nbsp;nbsp>I<Synopsis>>
16961696
Formatting codes provide a way to add inline mark-up to a piece of text
16971697
within the contents of (most types of) Pod block (including all
16981698
L<declarator blocks|#Declarator blocks>). Formatting codes are
1699-
themselves a type of block, and most of them may nest sequences of any
1699+
themselves a type of block, and may nest other formatting codes.
17001700
other type of block (most often, other formatting codes). In particular,
17011701
you can nest comment blocks in the middle of a formatting code:
17021702
17031703
=begin code :allow<B V>
17041704
V<B><I shall say this loudly
1705-
B<=begin comment
1706-
and repeatedly
1707-
=end comment>
1705+
B<Z<and repeatedly>>
17081706
and with emphasis.>
17091707
=end code
17101708

0 commit comments

Comments
 (0)