I have this reStructuredText table:
   ================ ===
   h1               h2
   ================ ===
   a b           c  .
   d e              .
   ================ ===
and it gets me something like this:
I need to space out the a b c text with some whitespaces. I tried adding some vertical bars, > character in front of the row, trying to preformat them  (with backquotes), tried with :code:`a b      c` ,  nothing seems to work.
The output will be latex.
Thank you!
P.S. Of course the goal is NOT to place c so far out but to be able to insert whitespaces in a more complex example.

 
    