Skip to content

Numbered list/head in Pod (S26) #117

Open
@tushardave26

Description

Hello,

I was referring to S26 to get familiarity with Perl 6 Pod system. I am trying the examples from the synopsis. Unfortunately, the numbered list/head code doesn't work the way the doc said. I have tried all the combination that explained in the doc. Below is what I have tried so far.

Try -- 1

=begin pod
=for head1 :numbered
The Problem

=for head1 :numbered
The Solution

=end pod

Try -- 2

=begin pod
=config head1 :numbered
=config head2 :numbered

=head1 The Problem
=head1 The Solution

=end pod

Try -- 3

=begin pod

=head1 # The Problem
=head1 # The Solution

=end pod

None of the above return the heading with numbers. I have also tried with all of them with item instead head. With item, they return all item with * bullet style and not the number.

Am I doing something wrong? or something changed. Can someone please help me?

Thanks.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions