mquinson / po4a

Maintain the translations of your documentation with ease (PO for anything)
http://po4a.org/
GNU General Public License v2.0
127 stars 62 forks source link

asciidoc: fix linebreaks handling #363

Closed jnavila closed 2 years ago

jnavila commented 2 years ago

The correct sequence is SPACE + PLUS + CR

This should end the fixup for #299

mquinson commented 2 years ago

I seem to understand that the space becomes mandatory before the + at CR. Is it intended? It'd find more sensible to make it optional, don't you think? But I may well be utterly wrong, as I didn't follow #299 closely. If so, please bear with me.

jnavila commented 2 years ago

From the specification, the space is mandatory, there are no exceptions, so it's not optional. Otherwise, it could be interpreted as an inline format for monospace text.

The mistake was indeed mine in the first PR.

mquinson commented 2 years ago

I'm merging, but maybe we should add a point to the NEWS file?

jnavila commented 2 years ago

It's not needed. This PR is just the fixing of the previous one which was half-baked.