I have the raw adoc content:
[width="100%",cols="1,1,2,3",options="header",]
|===========
|AOM type |RM Primitive type |AOM Primitive constrainer type |Explanation
|`C_BOOLEAN` |`Boolean` |`List <Boolean>` |Can represent one or two Boolean values, enabling the logical constraints \
'true', 'false' and 'true or false' to be expressed.
|`C_STRING` |`String` |`List <String>` |A list of possible string values, which may include regular expressions, \
which are delimited by '/' characters.
|===========
Note the `\` line continuations. The output looks as follows:
The line wrapping seems to work (with '+', I get hard breaks), but the `\` are retained. I think this must be an error?
Platform info: Asciidoctor 1.5.4 [
http://asciidoctor.org]
Runtime Environment (ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-cygwin]) (lc:UTF-8 fs:Windows-1252 in:- ex:UTF-8)
- thomas