| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
All tests are passing, this PR is ready to be merged upstream. |
Sorry, something went wrong.
|
This PR has been superseded by #261. |
Sorry, something went wrong.
Follow up on astanin#410; Refs astanin#260 and astanin#261.
Follow up on astanin#410; Refs astanin#260 and astanin#261.
Follow up on astanin#410; Refs astanin#260 and astanin#261.
| Back | FazBrowse Home | New Git URL |
In the GitHub Flavored Markdown Spec, tables are formatted in all sorts of shapes.
But one common aspect is that the pipes separating the cells are padded by a space. This is acknowledged in python-tabulate with the padding=1 settings. But unfortunately this setting doesn't applies to the lineabove and linebelowheader lines.
This PR fixes this issue, by having the line separators renders with padding spaces between the pipes and dashes.