Skip to content

Commit 4670ae4

Browse files
authored
Fix heading ranks
1 parent 6c9ec7b commit 4670ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ When mdast is turned into hast the math nodes are turned into
181181

182182
The following interfaces are added to **[mdast][]** by this utility.
183183

184-
#### Nodes
184+
### Nodes
185185

186186
#### `Math`
187187

@@ -223,7 +223,7 @@ Yields:
223223
}
224224
```
225225

226-
### `InlineMath`
226+
#### `InlineMath`
227227

228228
```idl
229229
interface InlineMath <: Literal {

0 commit comments

Comments
 (0)