Skip to content

Commit

Permalink
Reindent code
Browse files Browse the repository at this point in the history
it's better to just leave indented pod code just the way it is.
  • Loading branch information
JJ committed Aug 3, 2019
1 parent 57e9971 commit b923529
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc/Language/about.pod6
Expand Up @@ -76,23 +76,23 @@ next directive of the same level, will be considered part of the
documentable. So, in:
=begin code :allow<R> :lang<pod6>
=head2 R<My Definition>
=head2 R<My Definition>
Some paragraphs, followed by some code:
Some paragraphs, followed by some code:
=begin code
my Code $examples = "amazing";
=end code
=begin code
my Code $examples = "amazing";
=end code
Mind === blown.
Mind === blown.
=head3 Minor details about R<My Definition>
=head3 Minor details about R<My Definition>
It's fantastic.
It's fantastic.
=head2 And now, for something completely different
=head2 And now, for something completely different
=end code
Expand Down

0 comments on commit b923529

Please sign in to comment.