mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-25 09:16:02 +03:00
[GH-ISSUE #589] GitHub Emoji's corrected in markdown file, exception for these? #2313
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#2313
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GaelanVenturi on GitHub (Sep 26, 2022).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/589
Hello,
VS code with markdownlint changes emojis with a "colon-before-and-after" method to have only one colon. For example,
:tada:is corrected to:tada. Is this addressable, or will it violate one of the other rules?Thank you,
Gaelan Venturi
@DavidAnson commented on GitHub (Sep 26, 2022):
What rule is applying a correction? It doesn't seem to be a violation: https://dlaa.me/markdownlint/#%25m%23%20Issue%20589%0A%0A%3Atada%3A%0A
Can you show an example, please?
@nschonni commented on GitHub (Sep 26, 2022):
Is it because it's at the end of a heading? https://dlaa.me/markdownlint/#%25m%23%20%3Atada%3A%0A%0A%3Atada%3A%0A%0A
@nschonni commented on GitHub (Sep 26, 2022):
You'd need to updated https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md026---trailing-punctuation-in-heading to allow
:instead of the default if that's what you're running into@GaelanVenturi commented on GitHub (Sep 29, 2022):
@nschonni You are correct; it's because it is at the end of a heading, my mistake.
@nschonni commented on GitHub (Sep 29, 2022):
Not a mistake, just an edge case 🙂
@DavidAnson commented on GitHub (Jun 24, 2023):
Duplicate of #457