Peter Stenger
Peter Stenger
````diff diff --git a/b.text b/a.text index dcda02ba0..2a4d78a76 100644 --- a/b.text +++ b/a.text @@ -1,22 +1,29 @@ enrollment table changes: ``` -status: invited, joined, removed, blocked +status: invited, joined, removed, rejected,...
Hi @k1LoW -- if I split each change up into it's own PR, would that help each feature be accepted? These features are super useful for customizing the output of...
To provide some more context, I am trying to replace our in-house solution with tbls, and these are the minimum features to add to replace it. The path templating is...
I'm happy to write up additional use cases or tests as wanted!
@k1LoW Let me know what you think 😄
@k1LoW I split those up into issues and linked them here 👍
That's correct -- both pieces of this would be helpful. > Check if valid attributes are used for the tag according to the [html spec](https://html.spec.whatwg.org/) This sounds hard, but I...
This is identical to https://html-validate.org/rules/attribute-allowed-values.html.
It looks like this is the same as https://github.com/jsx-eslint/eslint-plugin-react/blob/master/lib/rules/no-invalid-html-attribute.js. Perhaps this rule isn't needed then / can be copied?
I am not planning to.