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

Markdown subcommand adds a new Line to non-Juvix code blocks #2528

Closed
jonaprieto opened this issue Nov 21, 2023 · 0 comments · Fixed by #2539
Closed

Markdown subcommand adds a new Line to non-Juvix code blocks #2528

jonaprieto opened this issue Nov 21, 2023 · 0 comments · Fixed by #2539

Comments

@jonaprieto
Copy link
Collaborator

As the title says:

$ cat A.juvix.md
```juvix
module A;
```

```text
...
```
$ juvix markdown A.juvix.md --stdout
HTML...


```text

... 
```
@jonaprieto jonaprieto added this to the 0.5.5 milestone Nov 21, 2023
@jonaprieto jonaprieto added the bug label Nov 21, 2023
jonaprieto added a commit that referenced this issue Nov 27, 2023
- Closes #2528
- Closes anoma/juvix-docs#95

After this PR is merged, this will fix the misbehaving of code blocks
within !!!/??? Environments spotted in
anoma/juvix-docs#95. The result would be
as expected:

Already deployed, e.g. https://docs.juvix.org/0.5.4/tutorials/learn/

![screencapture-localhost-8000-reference-language-functions-2023-11-24-21_28_39](https://github.com/anoma/juvix/assets/1428088/85877b1a-0428-40b2-b900-147b3f386e8c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant