Commit d43ab05
authored
Preserve multiple mid-line space in autogen
In GG1, `/$` markup not only indents using an HTML span
with margin, but also replaces pairs of mid-line spaces with
` `. Without that, HTML compresses the multiple
spaces to one, which is not what is wanted.
This makes GG2 do the same. Fixes #1717/$ (#1718)1 parent 54e1167 commit d43ab05
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
670 | 674 | | |
671 | 675 | | |
672 | 676 | | |
| |||
0 commit comments