Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested bulleted lists are not rendered to blocks #24

Open
5d-jh opened this issue Jan 30, 2024 · 0 comments
Open

Nested bulleted lists are not rendered to blocks #24

5d-jh opened this issue Jan 30, 2024 · 0 comments

Comments

@5d-jh
Copy link

5d-jh commented Jan 30, 2024

  • 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",
  },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant