We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The content and rawRows look like this.
There is an issue with making rawRows (in config.js), which cause an incorrect result. It is missing the first empty cell.
this result should be ['', 'Purpose', 'Region']
The text was updated successfully, but these errors were encountered:
Thank you for pointing this out, and sorry for the delayed response.
It sounds like the issue is an empty <td> is breaking it. Is that right? Do you have a sample of the HTML that doing it?
<td>
Also, if you or anyone else would like to help with a PR on this, it would be appreciated!
Sorry, something went wrong.
@nonara could you see if the fix from smervs (see pull request) works and then accept this pull request? thank you in advance.
pull request: #47 github repo: https://github.com/smervs/node-html-markdown
I hit the same snag with some HTML files of mine. Great to see that there is already a proposed fix.
No branches or pull requests
The content and rawRows look like this.
There is an issue with making rawRows (in config.js), which cause an incorrect result. It is missing the first empty cell.
this result should be ['', 'Purpose', 'Region']
The text was updated successfully, but these errors were encountered: