travs / markdown-pdf

Convert markdown to pdf, png or jpeg on the fly in Atom
MIT License
262 stars 44 forks source link

Markdown Last Header not formatted when exporting #214

Closed jackieli19 closed 4 years ago

jackieli19 commented 5 years ago

Issue description

When I try to output the PDF version from my .md using markdown-pdf package , the last header always cannot be transferred. All other headers are formatted well. i.e:

my .md:

xxx(last header)

output: #### xxx

Steps to reproduce

Expected behavior: All headers will be formatted well.

Actual behavior: The last one always cannot be detected as a header.

Versions

Windows 10: Atom 1.40.0

travs commented 4 years ago

Hi there. I am unable to reproduce this locally. Since the issue is so old and we have changed our backend, I will close it. If it still occurs for you though, please re-open it and provide a full sample markdown file that causes the error.