Skip to content

Implement star selector#181

Merged
g105b merged 2 commits intophpgt:masterfrom
Alkarex:star-selector
Aug 17, 2022
Merged

Implement star selector#181
g105b merged 2 commits intophpgt:masterfrom
Alkarex:star-selector

Conversation

@Alkarex
Copy link
Copy Markdown
Contributor

@Alkarex Alkarex commented Aug 17, 2022

Add support for selectors such as a[href*="example"]
https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors
Translated to .//a[contains(@href,"example")]

@Alkarex Alkarex mentioned this pull request Aug 17, 2022
Alkarex added a commit to Alkarex/CssXPath that referenced this pull request Aug 17, 2022
Add default linting rules for Markdown https://github.com/DavidAnson/markdownlint

I met a bunch of warnings in my editor (VSCode) when opening the project to work on phpgt#181
This PR fixes them for Markdown, also with some rules for Markdownlint, one of the most common linters for this language
Alkarex added a commit to Alkarex/CssXPath that referenced this pull request Aug 17, 2022
Add default linting rules for Markdown https://github.com/DavidAnson/markdownlint

I met a bunch of warnings in my editor (VSCode) when opening the project to work on phpgt#181
This PR fixes them for Markdown, also with some rules for Markdownlint, one of the most common linters for this language
@Alkarex Alkarex mentioned this pull request Aug 17, 2022
Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request Aug 17, 2022
@g105b
Copy link
Copy Markdown
Member

g105b commented Aug 17, 2022

This looks great, thank you. I'll get it merged as soon as I've taken a deeper look into it.

@g105b g105b merged commit 886c420 into phpgt:master Aug 17, 2022
@g105b
Copy link
Copy Markdown
Member

g105b commented Aug 17, 2022

Love it, thank you!

g105b pushed a commit that referenced this pull request Aug 17, 2022
Add default linting rules for Markdown https://github.com/DavidAnson/markdownlint

I met a bunch of warnings in my editor (VSCode) when opening the project to work on #181
This PR fixes them for Markdown, also with some rules for Markdownlint, one of the most common linters for this language

Co-authored-by: Greg Bowler <[email protected]>
@Alkarex Alkarex deleted the star-selector branch August 17, 2022 19:57
Alkarex added a commit to FreshRSS/FreshRSS that referenced this pull request Aug 18, 2022
* CssXPath-StarSelector
Add support for selectors such as `a[href*="example"]`
https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors
Translated to `.//a[contains(@href,"example")]`

Upstream PR: phpgt/CssXPath#181

* Upstream merged
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

Successfully merging this pull request may close these issues.

2 participants