Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If multiple patterns are matched, only last pattern's attributes are added #2

Closed
Cinamonas opened this issue May 26, 2015 · 2 comments

Comments

@Cinamonas
Copy link

For example: [*foo*](c:FF0000) matches color ([?](c:?)) and bold font (*?*) patterns, but it only receives color attribute.

There's a workaround, but it ain't pretty.

@Cinamonas Cinamonas changed the title If multiple pattern are matched, only last patterns attributes are added If multiple patterns are matched, only last patterns attributes are added May 26, 2015
@Cinamonas Cinamonas changed the title If multiple patterns are matched, only last patterns attributes are added If multiple patterns are matched, only last pattern's attributes are added May 26, 2015
@daltoniam
Copy link
Owner

true, currently it doesn't support compounded attributes. I agree that would be a cool addition/enhancement.

daltoniam added a commit that referenced this issue Nov 6, 2015
@daltoniam
Copy link
Owner

1.0.1 has been released which I believe should address this. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants