cakebake / markdown-themeable-pdf

ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
https://atom.io/packages/markdown-themeable-pdf
133 stars 37 forks source link

Bullet formatting - markdown taken from GitLab #42

Closed mhGLEIF closed 8 years ago

mhGLEIF commented 8 years ago

Hello there,

I noticed that some bullet point levels are missing when I create a PDF with this package.

The source MD comes from Atom and has been optimized to render in GitLab's editor (which has some known quirks with bullet points).

Is there a recommendation on syntax to make bullets "just work" in a minimal way with markdown-themeable-pdf?

cakebake commented 8 years ago

Have you any examples?

-   One
-   Two
    -   One
    -   Two
        -   One
        -   Two
        -   Three
    -   Three
-   Three
-   Four
cakebake commented 8 years ago

If you have any problems, let me know.