Skip to content

Bullet list not getting properly generated in PDF #917

Open
@zHaytam

Description

Hello,

My jupyter notebook contains a markdown with a bullet list:

Some text here:
 - Item 1.
 - Item 2.
 - Item 3.

When I generate the PDF using jupyter-nbconvert jn.ipynb --to pdf, the result is:

Some text here: - Item 1. - Item 2. - Item 3.

Is there are way for nbconvert to correctly generate a nice bullet list?
Thank you!

Metadata

Assignees

No one assigned

    Labels

    bugformat:PDFpertains to exporting to the PDF formatworkaround knownBug with a known way to get around it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions