Skip to content

Commit 5d23388

Browse files
authored
docs: Updates markdown docs to only have one h1 (#1418)
1 parent 9d9f982 commit 5d23388

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

docs/DynamicSemantics.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ This document will help us rewrite Carp's dynamic evaluator (defined in Eval.hs)
2525

2626
<hr>
2727

28-
# Semantics
29-
3028
## Index
3129
[TODO]
3230

docs/ReleaseChecklist.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22

33
Do all of these things (somewhat) in order:
44

5-
# 1. Update Cabal project version
5+
## 1. Update Cabal project version
66

77
See the second line of the file [CarpHask.cabal](../CarpHask.cabal).
88

9-
# 2. Update the "Welcome to Carp X.Y.Z" REPL message
9+
## 2. Update the "Welcome to Carp X.Y.Z" REPL message
1010

1111
See [Main.hs](../App/Main.hs).
1212

13-
# 3. Update the blurb in README.md
13+
## 3. Update the blurb in README.md
1414

1515
See [README.md](../README.md)
1616

17-
# 4. Update the changelog
17+
## 4. Update the changelog
1818

1919
See [CHANGELOG.md](../CHANGELOG.md)
2020

21-
# 5. Make a commit on master
21+
## 5. Make a commit on master
2222

2323
```bash
2424
$ git add .
2525
$ git commit -m "build: Release X.Y.Z"
2626
```
2727

28-
# 6. Tag the commit and push it
28+
## 6. Tag the commit and push it
2929

3030
```bash
3131
$ git tag vX.Y.Z

docs/Tooling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## Emacs
77
[https://github.com/carp-lang/carp-emacs](https://github.com/carp-lang/carp-emacs)
88

9-
# Atom
9+
## Atom
1010
[language-carp](https://atom.io/packages/language-carp) offers highlight with both TextMate and Tree-sitter, where tree-sitter grammar is more powerful.
1111

1212
## Other editors

0 commit comments

Comments
 (0)