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

Not rendering variations of bulleted list correctly #44

Closed
alecxvs opened this issue Jan 17, 2023 · 1 comment · Fixed by #50
Closed

Not rendering variations of bulleted list correctly #44

alecxvs opened this issue Jan 17, 2023 · 1 comment · Fixed by #50
Labels
bug more info Need more information

Comments

@alecxvs
Copy link

alecxvs commented Jan 17, 2023

Lists like

- abc
-- abcdef

render correctly but Jira at least can format these differently. They are often preceded by whitespace in the WYSIWYG editor, which does not render with any bullets in the preview:

- abc
  -- abcdef

and mixed numeric and bullet lists don't work either:

# abc
# def
  #* foo
    #** bar

(above example is based on the confluence markup doc, but i also use the following format in Jira:)

# abc
# def
  ** foo
    *** bar

nested bullet lists also don't seem to show the hollow bullet for the second level as expected

@denco
Copy link
Owner

denco commented Jan 30, 2023

Hi thanks for providing issue, will check it. @alecxvs it'possible to provide some renderings/screenshots, how it looks in Confluence/Jira it would be awesome!

Thx in advance.

@denco denco added bug more info Need more information labels Jan 30, 2023
denco added a commit that referenced this issue Nov 3, 2023
denco added a commit that referenced this issue Nov 3, 2023
@denco denco mentioned this issue Nov 3, 2023
@denco denco closed this as completed in #50 Nov 3, 2023
denco added a commit that referenced this issue Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug more info Need more information
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants