Skip to content

indentation in docstring lists doesn't seem to work #8

@gkaempfer

Description

@gkaempfer

This works:

#. this is the first item
#. this is the second item 

This doesn't work and an error "Enumerated list ends without a blank line; unexpected unindent." is thrown:

#. this is the first item
#. this is the second item with a long
   indented line

I tried all kinds of list formats (numbers, bullets etc) but they all fail in the same way. If the second item in the latter example is separated from the first one with a blank line, it isn't identified as a list item.

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