mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-25 21:37:48 +00:00
Add blank lines around headings
See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md022
This commit is contained in:
parent
6229eb54ca
commit
e3071a22b0
7 changed files with 19 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ python3 -m http.server
|
|||
```
|
||||
|
||||
### 3. Open your browser
|
||||
|
||||
You should be able to find the Roc REPL at http://127.0.0.1:8000/repl (or whatever port your web server mentioned when it started up.)
|
||||
|
||||
**Warning:** This is work in progress! Not all language features are implemented yet, error messages don't look nice yet, up/down arrows don't work for history, etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue