[GH-ISSUE #589] GitHub Emoji's corrected in markdown file, exception for these? #464

Closed
opened 2026-03-03 01:27:09 +03:00 by kerem · 6 comments
Owner

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

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
kerem 2026-03-03 01:27:09 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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?

<!-- gh-comment-id:1258414233 --> @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?
Author
Owner

@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

<!-- gh-comment-id:1258414648 --> @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
Author
Owner

@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

<!-- gh-comment-id:1258416281 --> @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
Author
Owner

@GaelanVenturi commented on GitHub (Sep 29, 2022):

@nschonni You are correct; it's because it is at the end of a heading, my mistake.

<!-- gh-comment-id:1262785515 --> @GaelanVenturi commented on GitHub (Sep 29, 2022): @nschonni You are correct; it's because it is at the end of a heading, my mistake.
Author
Owner

@nschonni commented on GitHub (Sep 29, 2022):

Not a mistake, just an edge case 🙂

<!-- gh-comment-id:1262890269 --> @nschonni commented on GitHub (Sep 29, 2022): Not a mistake, just an edge case 🙂
Author
Owner

@DavidAnson commented on GitHub (Jun 24, 2023):

Duplicate of #457

<!-- gh-comment-id:1605247663 --> @DavidAnson commented on GitHub (Jun 24, 2023): Duplicate of #457
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#464
No description provided.