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: Make Sure Tags Do Not Have "`" in Them #1076

Merged
merged 3 commits into from
Apr 22, 2024
Merged

Conversation

pjkaufman
Copy link
Collaborator

Fixes #1068

There was a report that in a specific instance there was an issue where pasting content was causing issues when it was linted. I looked into it and found that the problem was that we were allowing "`" to be a tag character. Adding it to the values to ignore for a tag fixes the problem.

Changes Made:

  • Added a test for this scenario
  • Added "`" to the list of characters to not allow in a tag

@pjkaufman pjkaufman added bug Something isn't working yaml YAML related issues or features labels Apr 22, 2024
@pjkaufman pjkaufman self-assigned this Apr 22, 2024
@pjkaufman pjkaufman merged commit 68010d5 into platers:master Apr 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working yaml YAML related issues or features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: forbidden character combinations while copy & pasting the text of a website to a note
1 participant