Re: [PATCH 0/3] asciidoctor-extensions: fix spurious space after linkgit

2019-02-25 Thread Martin Ågren
On Tue, 26 Feb 2019 at 04:22, brian m. carlson wrote: > > Thanks for putting this series together. I would suggest an update to > the commit message in 1/3 explaining the edge case that Eric Sunshine > mentioned, but otherwise, I think this looks good. Thank you. I'll do that, after waiting for a

Re: [PATCH 0/3] asciidoctor-extensions: fix spurious space after linkgit

2019-02-25 Thread brian m. carlson
On Mon, Feb 25, 2019 at 09:02:37PM +0100, Martin Ågren wrote: > Patch 3/3 gets rid of a spurious space which shows up immediately after > Asciidoctor has expanded linkgit:foo[bar] if the macro is followed by > punctuation such as a comma, period or closing parenthesis. > > Patch 2/3 adds a missing

[PATCH 0/3] asciidoctor-extensions: fix spurious space after linkgit

2019-02-25 Thread Martin Ågren
Patch 3/3 gets rid of a spurious space which shows up immediately after Asciidoctor has expanded linkgit:foo[bar] if the macro is followed by punctuation such as a comma, period or closing parenthesis. Patch 2/3 adds a missing dependency to the makefile, so that the docs will actually be rebuilt w