Commit 262f539
committed
docs: Fix HR in Markdown
Markdown parses text blocks as continous as long as there's just one new
line inserted. This means that `***` which might be intended as a `<hr>`
doesn't get rendered when there's no blank line before it, and is
interpreted as text.1 parent 0d46628 commit 262f539
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments