Skip to content

Commit 160bb1d

Browse files
authored
Fix the list rendering
Markdown requires a newline before a list so it is rendered correctly, this patch adds a newline before the list
1 parent 5aee01c commit 160bb1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/internals/contexts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Contexts
44
---
55

66
The `Context` contains the state of the compiler, for example
7+
78
* `settings`
89
* `freshNames` (`FreshNameCreator`)
910
* `period` (run and phase id)

0 commit comments

Comments
 (0)