Add blank lines around headings

See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md022
This commit is contained in:
Jan Van Bruggen 2022-09-07 22:06:33 -06:00
parent 6229eb54ca
commit e3071a22b0
No known key found for this signature in database
GPG key ID: FE2A4E38E0FA6134
7 changed files with 19 additions and 1 deletions

View file

@ -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.