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

Tables with the Leftmost line of | do not render correctly #100

Closed timtjtim closed 3 years ago

timtjtim commented 6 years ago

I like to format my tables like so:

| cdID  | artID  |
|-------|--------|
|     1 |      1 |
|     2 |      1 |
|     6 |      5 |
|     8 |      7 |
|    10 |      8 |

It mis-formats these, and I have to change it to this:

 cdID  | artID  |
-------|--------|
     1 |      1 |
     2 |      1 |
     6 |      5 |
     8 |      7 |
    10 |      8 |
cakebake commented 6 years ago

Your second example is not valid. The first one renders correctly in v2 (I have not testet it in current version, because I make a rewrite of the whole package).

timtjtim commented 6 years ago

I’m aware the second one is not valid - that’s why it’s annoying I had to change it to work!

I will wait for v2.

Sent from my iPhone

On 4 Mar 2018, at 06:31, Jens A. notifications@github.com wrote:

Your second example is not valid. The first one renders correctly in v2 (I have not testet it in current version, because I make a rewrite of the whole package).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

cakebake commented 3 years ago

Hello, sorry, but I will no longer maintain the project.

This project is archived because the owner no longer uses the Atom Editor.

It would be very good to find a new owner for this project, who will take care of updating and expanding the Atom package. A new version based on Chrome Headless has already been prepared in a feature branch.