sphinx-markdown-tables icon indicating copy to clipboard operation
sphinx-markdown-tables copied to clipboard

Give table example in README.md

Open davmlaw opened this issue 5 years ago • 1 comments

Thanks for the plugin!

I think it would be good to add an example markdown table to the README.md

Maybe I'm dumb, but I tried:

 | foo | bar |
 | 42 | 99 |

it didn't work, and I almost gave up and used restructured text (oh no!) but then found out this worked:

| foo | bar |
| ---- | -------:|
| 42 | 99 |

davmlaw avatar May 08 '19 08:05 davmlaw

Thank you for the feedback. PRs are welcome if you want to add some examples. The table syntax is is documented here.

ryanfox avatar May 29 '19 05:05 ryanfox