Commit a76e358
committed
Add newline to parse Markdown properly
The GitHub parser will not render markdown if it's too close to the HTML tags.
Adding an extra newline will fix the issue with the Markdown not being parsed properly1 parent eae6392 commit a76e358
File tree
2 files changed
+3
-0
lines changed- templates
- tests
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
174 | 176 | | |
0 commit comments