Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make color validation more forgiving
The current version throws a false positive if the style string contains `s` or `o`, which are valid marker styles and not colors. For example: ``` style='s', color='C3' ``` should be legal, but currently throws an error. My suggestion is to check for only the letters that are color codes.
- Loading branch information