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",
  },
]

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @5d-jh

        Issue actions

          Nested bulleted lists are not rendered to blocks · Issue #24 · tryfabric/mack