ronn icon indicating copy to clipboard operation
ronn copied to clipboard

Fix treatment of dots at start of line

Open thinkerbot opened this issue 12 years ago • 0 comments

Periods at the start of a line cause issues for groff. The normal escape sequence for periods (\.) causes lines to disappear when they are the first non-whitespace characters, even though the escape works elsewhere.

One solution is to write periods at the start of a line as \[char46] (see escaping dots in groff). This commit adds this special escape and adds-to or fixes tests as appropriate.

thinkerbot avatar Sep 01 '12 03:09 thinkerbot