[GH-ISSUE #231] here have a bug with a htm link #196

Closed
opened 2026-03-03 01:24:36 +03:00 by kerem · 2 comments
Owner

Originally created by @AtlantisDe on GitHub (Oct 23, 2019).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/231

  • here code is ok
<a href="http://www.google.com" target="_blank">Google</a>
<a href="http://www.google.com:9999" target="_blank">Google</a>

PS:http://www.google.com:9999 is a link ,too


Originally created by @AtlantisDe on GitHub (Oct 23, 2019). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/231 ## here have a bug with a htm link - here code is ok ```c# <a href="http://www.google.com" target="_blank">Google</a> ``` - here code is a bug - MD033 - Inline HTML - [bug show this msg MD033 - Inline HTML](https://github.com/DavidAnson/markdownlint/blob/v0.17.1/doc/Rules.md#md033) ```c# <a href="http://www.google.com:9999" target="_blank">Google</a> PS:http://www.google.com:9999 is a link ,too ```
kerem 2026-03-03 01:24:36 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@DavidAnson commented on GitHub (Oct 23, 2019):

I believe both of your examples should be reporting MD033 because both are an example of inline HTML. I’m not sure why they are behaving differently. I will have a look soon. Thank you!

By the way, if you do not want this behavior, you can disable the rule in your configuration.

<!-- gh-comment-id:545517016 --> @DavidAnson commented on GitHub (Oct 23, 2019): I believe both of your examples should be reporting MD033 because both are an example of inline HTML. I’m not sure why they are behaving differently. I will have a look soon. Thank you! By the way, if you do not want this behavior, you can disable the rule in your configuration.
Author
Owner

@AtlantisDe commented on GitHub (Oct 23, 2019):

@DavidAnson Only This code show the msg
ths reply

<a href="http://www.google.com:9999" target="_blank">Google</a>
<!-- gh-comment-id:545549264 --> @AtlantisDe commented on GitHub (Oct 23, 2019): @DavidAnson Only This code show the msg ths reply ```c# <a href="http://www.google.com:9999" target="_blank">Google</a> ```
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#196
No description provided.