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
Describe the bug A clear and concise description of what the bug is.
To Reproduce Run this code:
... all_text = `# Hello, World! Uh oh, no tabs or newlines! foo bar\n baz \n\n\n 3 lines later...`; // convert const doc = await processor.process(all_text); const buffer = await doc.result; //save fs.writeFileSync(dest, buffer); ...
Expected behavior I expected at minimum that newlines would be added to the docx.
Instead, no newlines were represented in the final .docx.
.docx
I red the docs, but the auto-generated docs were not helpful.
Is there some configs I'm missing? It's not in the README.md.
Thanks,
Nick
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Run this code:
Expected behavior
I expected at minimum that newlines would be added to the docx.
Instead, no newlines were represented in the final
.docx
.I red the docs, but the auto-generated docs were not helpful.
Is there some configs I'm missing? It's not in the README.md.
Thanks,
Nick
Additional context
The text was updated successfully, but these errors were encountered: