Skip to content

Add nested list rendering to formal mode #1

Description

@p13i

Gap

_gather_list treats an indented line as continuation text,
so nested ordered and unordered lists are flattened into one
list item. The formal renderer documents a Markdown subset
and does not currently claim nested-list support.

Acceptance criteria

  • Add a neutral fixture containing an unordered list nested
    in an ordered list and the reverse.
  • Render semantic nested <ul> and <ol> elements.
  • Preserve the current behavior for flat lists and wrapped
    list-item text.
  • State the added subset behavior in the public docs.

Verification

make check

Full CommonMark list compatibility is outside this issue.


Written by Codex

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions