Skip to content

Commit

Permalink
fix: Markdownlint BASE tag (mdn#21290)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Oct 5, 2022
1 parent 72aa1aa commit 00548b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"a",
"abbr",
"annotation",
"base",
"br",
"caption",
"code",
Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/node/baseuri/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const output = document.querySelector("output");
output.value = output.baseURI;
```

{{EmbedLiveSample("Without <base>", "100%", 40)}}
{{EmbedLiveSample("Without_base", "100%", 40)}}

### With \<base>

Expand All @@ -59,7 +59,7 @@ const output = document.querySelector("output");
output.value = output.baseURI;
```

{{EmbedLiveSample("With <base>", "100%", 40)}}
{{EmbedLiveSample("With_base", "100%", 40)}}

## Specifications

Expand Down

0 comments on commit 00548b9

Please sign in to comment.