GitbookIO/kramed

Issue with table rendering

Opened this issue · 0 comments

The table is followed by "\n"

var kramed = require('kramed');
console.log(kramed(`
| Name | Description | Profile |
| ---- | ----------- | ------- |
| format  | Specifies the input format. Returns the inserted archives in the same format. |  |
| token  | The token that allows you to use this API. |  |
| entity  | The entity objects (they must be valid, and may have profile dependent additional information). |  |
`));
Name Description Profile
format Specifies the input format. Returns the inserted archives in the same format.
token The token that allows you to use this API.
entity The entity objects (they must be valid, and may have profile dependent additional information).

see: GitbookIO/gitbook#1062