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

Comments get lost when processing Juvix code in Markdown files #3252

Open
lukaszcz opened this issue Dec 19, 2024 · 0 comments
Open

Comments get lost when processing Juvix code in Markdown files #3252

lukaszcz opened this issue Dec 19, 2024 · 0 comments

Comments

@lukaszcz
Copy link
Collaborator

For example, after processing a *.juvix.md file with the Juvix block:

module Hello;
  -- Import the standard library prelude, including the 'String' type
  import Stdlib.Prelude open;

  main : String := "Hello world!";
end;

the comment is missing in the output.

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