alanshaw / alanshaw/markdown-pdf
Help needed with tables
- 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:

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.