Commit 5384b5b
Add newline after the match token in error comments (#55)
* Add newline after the match token in error comments
For some reason, Github's rendering of markdown is disabled on any line
that starts with a comment (`<!-- -->`). However, markdown rendering
resumes on the next line.
This is an easy fix which just adds a newline after the match token.
---------
Co-authored-by: Michael Heap <[email protected]>1 parent e330921 commit 5384b5b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments