Commit 8d04b30
committed
new behavior for <self-closed/> tags
- if an empty tag is the very last ‘character’ on a line, it will be
extended to contain the \n that follows it (so “<a/>\n…” is equivalent
to “<a>\n</a>…”)
- this ends up being useful if you want to style an otherwise ‘blank’
line (e.g., by setting its leading/spacing for an arbitrary
vertical-skip)1 parent 7ac3522 commit 8d04b30
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
373 | 380 | | |
374 | 381 | | |
375 | 382 | | |
376 | 383 | | |
377 | 384 | | |
378 | 385 | | |
379 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
380 | 395 | | |
381 | 396 | | |
| 397 | + | |
| 398 | + | |
382 | 399 | | |
383 | 400 | | |
384 | 401 | | |
| |||
0 commit comments