Skip to content

Nested bulleted lists are not rendered to blocks #24

@5d-jh

Description

@5d-jh
  • Given
markdownToBlocks(`
- asdf
  - asdf2`)
  • Actual
Array [
  Object {
    "text": Object {
      "text": "• asdf",
      "type": "mrkdwn",
    },
    "type": "section",
  },
]
  • Expected
Array [
  Object {
    "text": Object {
      "text": "• asdf
    • asdf2",
      "type": "mrkdwn",
    },
    "type": "section",
  },
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions