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

[FR] two-row separations in the script returned by Weave.tangle #473

Open
mlesnoff opened this issue Aug 23, 2023 · 0 comments
Open

[FR] two-row separations in the script returned by Weave.tangle #473

mlesnoff opened this issue Aug 23, 2023 · 0 comments

Comments

@mlesnoff
Copy link

When using Weave.tangle on a Julia markdown file (.jmd), I observed that, in the returned file (.jl), the different chunks are separated by two rows. For instance, tangle the jmd script below:

# C1
x = 1
y = 2 
# C2
x + y

returns the script (two rows separate the chunks):

# C1
x = 1
y = 2 


# C2
x + y

Instead, is there a simple way to get directly? (one row separates the chunks):

# C1
x = 1
y = 2 

# C2
x + y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant