Hugo van Kemenade
Hugo van Kemenade
+1 Is this a duplicate of https://github.com/dependabot/dependabot-core/issues/2250?
Duplicate of https://github.com/dependabot/feedback/issues/839.
`py311` also needs adding to `tox.ini`
@CodePint Thanks but I'm not a maintainer here 👍
Please could you give some example input that causes this? And show the current output and what sort of thing you're after.
Hi, sounds like a good idea, would also solve things like https://github.com/kxxoling/PTable/issues/15 in the fork. PR welcome!
> Asking if this feature is available already? Not yet, PRs welcome! > Perhaps a switch or parameter to `get_html_string()` to disable escaping? Yes, this is the original suggestion. >...
https://github.com/jazzband/prettytable/pull/81 added `` and `` tags. Please could you give an example of how it'd look with the first column the header? Is there a common way of doing it?
Yup, here'a similar example: * https://www.w3.org/WAI/tutorials/tables/one-header/#table-with-header-cells-in-the-first-column-only This says `` must be in the first line to be valid: * https://stackoverflow.com/a/2750196/724176 So we could skip `` and `` for this. PR...
It could be useful. What sort of API do you suggest? Would it be possible to support it for all the output styles?