I'm trying to format diagrams that looks like:

         o--o--o <-- Branch A
        /
 o--o--o <-- master
        \
         o--o--o <-- Branch B

for docbook output.  The backslash is (I assume) treated as an escape
character, so the results look like this:

        http://www.fieldses.org/~bfields/git-user-manual.html#id3002858

Approximately:

        o--o--o <-- Branch A
       /
o--o--o <-- master
                o--o--o <-- Branch B

Replacing "\" by "\\" at least makes the backslash visible, but still
leaves me without a line break.

Any suggestions?

--b.

_______________________________________________
Asciidoc-discuss mailing list
Asciidoc-discuss@metaperl.com
http://metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss

Reply via email to