Skip to content

Commit

Permalink
juledoc: fix markdown generation for variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jan 19, 2025
1 parent 77b2c9f commit ca8a51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/markdown/markdown.jule
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl gen {
}
self.out.WriteStr("\n```jule\n")!
self.out.WriteStr(node.Code)!
self.out.WriteStr("\n```")!
self.out.WriteStr("\n```\n")!
self.gendoc(node)
}
}
Expand Down

0 comments on commit ca8a51f

Please sign in to comment.