Commit 4751138
authored
fix: issue in example causing the block to not render (#56)
This really tripped me up for a while, so I hope this can help someone
else.
If the `true` is not quoted in `show_source: "true"`, the whole block
just refuses to render, and is interpreted as text.1 parent 935dce7 commit 4751138
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments