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
Post a Comment