Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disallow Pod blocks inside of Formatting Codes.
  • Loading branch information
Tadeusz Sośnierz committed Aug 21, 2011
1 parent 1baf5fe commit 3ac1098
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions S26-documentation.pod
Expand Up @@ -1696,15 +1696,13 @@ B<3.E<nbsp;nbsp>I<Synopsis>>
Formatting codes provide a way to add inline mark-up to a piece of text
within the contents of (most types of) Pod block (including all
L<declarator blocks|#Declarator blocks>). Formatting codes are
themselves a type of block, and most of them may nest sequences of any
themselves a type of block, and may nest other formatting codes.
other type of block (most often, other formatting codes). In particular,
you can nest comment blocks in the middle of a formatting code:
=begin code :allow<B V>
V<B><I shall say this loudly
B<=begin comment
and repeatedly
=end comment>
B<Z<and repeatedly>>
and with emphasis.>
=end code
Expand Down

0 comments on commit 3ac1098

Please sign in to comment.