Skip to content

Pod::Formatting code not completely handled in =begin/=end item blocks #31

@tbrowder

Description

@tbrowder

The first line after the '=begin item' is properly formatted, but formatting code in following paras within the block is ignored.

Given:

=begin item
 C<foo>
    
B<foo> is...
=end item

that rakudoc is rendered as:

* `foo`

B<foo> is...

UPDATE

But if there is no leading space, it works properly:

Given:

=begin item
C<foo>
    
B<foo> is...
=end item

that rakudoc is rendered as:

* `foo`

`foo` is...

Metadata

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