Description
I realize that Markdown is a mess, but for tablefmt="github"
with stralign
argument, the header line (which goes as -----------
) can be modified as the following:
stralign="left"
: header lines will have:---------
.stralign="right"
: header lines will have---------:
.stralign="center"
: header lines have:--------:
.