alanshaw / alanshaw/markdown-pdf

Headers don' t renders

Open
#94 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.