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

[BUG] an extra empty line added with echo=true #400

Closed
shg opened this issue Oct 2, 2020 · 2 comments
Closed

[BUG] an extra empty line added with echo=true #400

shg opened this issue Oct 2, 2020 · 2 comments
Labels

Comments

@shg
Copy link

shg commented Oct 2, 2020

With doctype="multimarkdown", by weaving

```julia; echo=true
1
```

I get

```julia

1
```


```
1
```


You see an extra empty line before "1" in the echoed output. If I add a semicolon like

```julia; echo=true
1;
```

then the result does not contain the extra empty line.

```julia
1;
```


The extra empty line seems to be rendered with the other doctypes too (I haven't checked all of them though).

@shg shg added the bug label Oct 2, 2020
@ghost
Copy link

ghost commented Oct 2, 2020

I have the same problem. It happens on github and pandoc doctypes too.

  • Julia 1.5.2
  • Weave v0.10.5
  • Linux Mint 20 and Debian testing (occurs on both)

aviatesk added a commit that referenced this issue Oct 2, 2020
aviatesk added a commit that referenced this issue Oct 2, 2020
aviatesk added a commit that referenced this issue Oct 2, 2020
@aviatesk
Copy link
Member

aviatesk commented Oct 2, 2020

will be fixed in v0.10.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants