Skip to content

Commit

Permalink
fix markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Oct 11, 2024
1 parent 0357ebc commit bfd7b50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/positive/MarkdownImport/B.juvix.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
```juvix
module B;
axiom D : Type;
```
8 changes: 8 additions & 0 deletions tests/positive/MarkdownImport/C.juvix.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# This is a Juvix code block

```juvix
module C;
import B open;
axiom aa : D;
```

Text in between code blocks

```juvix
axiom b : D;
```

0 comments on commit bfd7b50

Please sign in to comment.