alanshaw / alanshaw/markdown-pdf

Help needed with tables

Aperta
#188 3 commenti 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
2.9k
Fork
253
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hi, I'm new to markdown-pdf. I have understood that remarkable is the underlying markdown parser. According to the remarkable docs, tables using GFM syntax are supported and enabled by default. However, when I tested this, the PDF output looks nothing like a nicely formatted table:

![Screenshot from 2020-05-13 10-54-52](https://user-images.githubusercontent.com/730957/81786401-4221a680-9508-11ea-874e-4ef3a8d427f9.png)

The corresponding markdown is:

```markdown
| Key | Description |
| ------- | ------------------------------------------------------------- |
| text | A string representing the search query |
| count | *(optional)* The number of results to return. Defaults to max |

```

Do I need to do anything special to enable this functionality or to format the table?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.