This came up in the course of generating some REST formatted tables:

select foo,bar from baz;     select foo from baz;

=== ===                       ===
foo bar                       foo
=== ===                       ===
  1   2                         1
  3   4                         3
=== ===                       ===

Of course, the single-column select results looks the
same as a section header.

Is there any escape sequence
or other magic I can add to simple table to make sure
this doesn't happen?  It would be nice if it applied to
multi-column tables as well, so I wouldn't have to
check in my code if this were a single-column special-case.

--
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to