Skip to content

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

Open
@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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions