Commit 3404ea2
committed
[misc] Fix previous change to
Turns out that `<pre>...</pre>` blocks ignore the first empty line, but
`<pre><code>...</code></pre>` blocks don't. So if we put the first real
line of code on the html line after the tags, it will render as an empty
line. (a problem that didn't exist for just pre tags)
Let's remove those extra newlines after code tags.
(I still think it's nice to have code tags for future syntax
highlighting on the blog posts)<pre><code>
1 parent aa91842 commit 3404ea2
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments