Skip to content
New issue

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

Fix an issue when escaping new line #99

Merged
merged 1 commit into from
Feb 21, 2023
Merged

Conversation

antham
Copy link
Owner

@antham antham commented Feb 21, 2023

Fix #97, new line character is not properly escaped and replaced by a new
line in tables

* when a new line character is added in a table, it is not properly
escaped and it's converted to a new line
@antham antham merged commit de936a6 into master Feb 21, 2023
@antham antham deleted the fix-new-line-escaping branch February 21, 2023 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"\n" in table cell is replaced by an actual newline in the output
1 participant