Unexpected behavior in a literal field
Brought to you by:
edloper
In order to get the following display:
Hi,
In order to get the following output:
3 Root node; Parent of 2 | 2 Child of Root node, Parent of 1a, 1b / \ 1a 1b Children of 2, Parents of 0 \ / 0 Child of 0
I have to type the following:
3 Root node; Parent of 2 | 2 Child of Root node, Parent of 1a, 1b / \\ 1a 1b Children of 2, Parents of 0 \\ / 0 Child of 0
I don't expect to have to use escapes in a literal block; thus, I suspect this is a bug. If I leave out the escapes, I get rather different output.