alanshaw / alanshaw/markdown-pdf
Headers don' t renders
Open
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 253
- PR merge metrics
- No merged PRs in 30d
Description
Hi Using this js script
```
var markdownpdf = require("markdown-pdf")
, fs = require("fs")
markdownpdf().from("health check.md").to("testdocument.pdf", function () {
console.log("Done")
})
```
When i use it to render my page for example
`#test`
`##test2`
So dosent the pdf that is the scripts output render them as headers it just renders the plaintext, is it something i have doned wrong?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.