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

Forced extra new lines #752

Closed
Thell opened this issue Apr 8, 2014 · 2 comments
Closed

Forced extra new lines #752

Thell opened this issue Apr 8, 2014 · 2 comments
Milestone

Comments

@Thell
Copy link
Contributor

Thell commented Apr 8, 2014

Given

Start.

````{r, echo=FALSE, results="asis"}
cat("foo")
````

````{r, echo=FALSE, results="asis"}
cat("foo2")
````

End.

The expected output would be

Start.

foo

foo2

End.

But the knitted mardown is

Start.

foo


foo2


End.

Which can break processing of markdown and yield un-intended results.

@yihui yihui added this to the v1.6 milestone Apr 13, 2014
@yihui yihui closed this as completed in 2b52194 Apr 13, 2014
@yihui
Copy link
Owner

yihui commented Apr 13, 2014

Should be fixed now. Thanks!

@github-actions
Copy link

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants