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

Pandoc eats last newline #7

Open
sverhoeven opened this issue Jun 3, 2020 · 1 comment
Open

Pandoc eats last newline #7

sverhoeven opened this issue Jun 3, 2020 · 1 comment

Comments

@sverhoeven
Copy link
Contributor

When I have a code block like

foo
bar

I expected the file to contain foo\nbar\n but it contains foo\nbar.

Also

foo
bar

Gives foo\nbar

But

foo
bar

Gives foo\nbar\n

@numero-744
Copy link
Contributor

Is it fixed?

I guess it would be an issue in tcsh scripts, unless annotation is enabled, so there always is an "end" comment at the end of the file?

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

No branches or pull requests

2 participants