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
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).
The text was updated successfully, but these errors were encountered:
I have the same problem. It happens on github and pandoc doctypes too.
Sorry, something went wrong.
fixes #400
95770c9
8e44910
e927495
Merge pull request #401 from JunoLab/avi/fix400
7d361bb
will be fixed in v0.10.6
No branches or pull requests
With doctype="multimarkdown", by weaving
I get
You see an extra empty line before "1" in the echoed output. If I add a semicolon like
then the result does not contain the extra empty line.
The extra empty line seems to be rendered with the other doctypes too (I haven't checked all of them though).
The text was updated successfully, but these errors were encountered: