Jean-Noël Avila

Results 120 comments of Jean-Noël Avila

Wouldn't the stars be more useful if put on categories where all the commands are common? Here it seems like despite their commonness, they are scattered in the page.

This is related to how cells lines are split into cells. The regexp for the separator include "e": https://github.com/mquinson/po4a/blob/8279b57c1d56c4afdb04f551b7e0a55acddf2069/lib/Locale/Po4a/AsciiDoc.pm#L463 I'm not sure we can use the `split` trick if we...

We can introduce the need of a beginning of line or space as prefix, but this is a change of behavior.

@smoe The first paragraph of https://docs.asciidoctor.org/asciidoc/latest/tables/add-cells-and-rows/#table-cells is quite clear: > Each new cell in a table is declared with a cell separator. The default cell separator is a vertical bar...

We assemble and compile the files to their target format with asciidoctor. Unfortunately, there's no pure text target for asciidoctor as described in https://github.com/git/git-scm.com/issues/1189. Concerning the idea of not having...

The atlas.json file included a lot more than what we build from progit.asc: * book/cover.html, * LICENSE.asc, * book/preface.asc, * book/contributors.asc, * book/introduction.asc Does it make more sense to add...

What about the other files? The preface is already included.

As of now: * all versions of the book already use the cover * integrating the license is quite straightforward * The contributors' list... Well, I don't know how it...

Ok for `master`. What do you mean by "don't render authors correctly"?

Ah, we don't embed all the fonts needed in the PDF. Strangely, asciidoctor does not complain.