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

fix: allow double hashtags, close #9 #10

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Conversation

Symbitic
Copy link
Contributor

@Symbitic Symbitic commented Feb 7, 2023

This fixes #9 while also updating to use ESM-only the way remark does.

@Scrum Scrum merged commit 5397ab3 into Scrum:master Feb 10, 2023
@mgrojo
Copy link

mgrojo commented Feb 25, 2023

Will this also fix this problem?

README.md:194:3:   https://matrix.to/#/#ada-lang_Lobby:gitter.im                remark-lint:double-link
README.md:202:112: https://matrix.to/#/#ada-lang:matrix.org                     remark-lint:double-link

@Symbitic
Copy link
Contributor Author

Will this also fix this problem?

README.md:194:3:   https://matrix.to/#/#ada-lang_Lobby:gitter.im                remark-lint:double-link
README.md:202:112: https://matrix.to/#/#ada-lang:matrix.org                     remark-lint:double-link

It should, but I can't test it at the moment.

mgrojo added a commit to ohenley/awesome-ada that referenced this pull request Apr 7, 2023
This works around these problems:

README.md:191:3:   https://matrix.to/#/#ada-lang_Lobby:gitter.im  remark-lint:double-link
README.md:199:112: https://matrix.to/#/#ada-lang:matrix.org       remark-lint:double-link

Which are due to an issue in the linter: Scrum/remark-lint-double-link#10

Closes #107
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.

False positive when (multiple) hashs are involved.
3 participants