Restructuredtext tables NOT rendered with zebra stripes on github -


is there way configure restructuredtext tables not render zebra stripes?

here example of cell in table:

+-----------------------------------+-------------------------------------+ | how going user? | user entered in form  | |                                   |                                     | |                                   | ``src/app/home/home.tpl.html``      | |                                   |                                     | |                                   | .. code:: html                      | |                                   |                                     | |                                   |     <form>                          | |                                   |       <label>name:</label>          | |                                   |       <input ng-model="username" /> | |                                   |     </form>                         | |                                   |     <hr/>                           | +-----------------------------------+-------------------------------------+ 

when rendered both zebra stripes , code rendered light grey confusing reader. can see problem here.

if not possible, there other suggestions getting tables without zebra stripes on github.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -