Skip to content

Commit

Permalink
juledoc: fix variable section header for markdown output (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Feb 3, 2025
1 parent 132aeeb commit 134318a
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 @@ -225,7 +225,7 @@ impl gen {
continue
}
if !header {
self.out.WriteStr("## Variables\n")!
self.out.WriteStr("\n\n## Variables\n")!
code := node.Code
node.Code = ""
node.Name = "Variables"
Expand Down

0 comments on commit 134318a

Please sign in to comment.