Commit 4df15bd
committed
Fix whitespace display, bump patch version number
In a (more or less) recent commit, we changed the way we're building the
nodes for adding the colours. This introduced a bug for displaying white
spaces, because we didn't reflect the changes when passing the root node
to process to the relevant function.
This went undetected for a while because I didn't immediately publish a
new release with the buggy commit. Let's fix it now, and cut a patch
release with the bug fix.
Fixes: 2c2be93 ("Use hljs's cssSelector to colour blocks, skip links")1 parent cb83590 commit 4df15bd
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments