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 lists aren't generated correctly #29

Open
iambumblehead opened this issue Jan 19, 2022 · 0 comments
Open

nested lists aren't generated correctly #29

iambumblehead opened this issue Jan 19, 2022 · 0 comments

Comments

@iambumblehead
Copy link

example-list.md

## EXAMPLE LIST

 1. **bold part of title,** and rest of title
   * https://github.com
   * _italic text_
 2. **bold part of title,** and rest of title
   * https://github.com
   * _italic text_

slackify-markdown generates the below result

example-list.slack

*EXAMPLE LIST*

1.  ​*bold part of title,*​ and rest of title

•   <https://github.com|https://github.com>
•   ​_italic text_​

2.  ​*bold part of title,*​ and rest of title

•   <https://github.com|https://github.com>
•   ​_italic text_​

I believe the list should look this way,

example-list.slack

*EXAMPLE LIST*

1.  ​*bold part of title,*​ and rest of title
  •   https://github.com
  •   ​_italic text_​
2.  ​*bold part of title,*​ and rest of title
  •   https://github.com
  •   ​_italic text_​
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