Skip to content

Commit

Permalink
Markdownlint auto-cleanup for de (#27)
Browse files Browse the repository at this point in the history
de: auto-fix Markdownlint issues
  • Loading branch information
mdn-bot authored Dec 5, 2024
1 parent 36c14b6 commit 0723c17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions files/de/web/css/@media/prefers-reduced-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ In diesem Beispiel wird die `montserrat-regular.woff2`-Schriftartdatei weder vor
local("Montserrat Regular"),
local("Montserrat-Regular"),
url("fonts/montserrat-regular.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
U+2215, U+FEFF, U+FFFD;
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
}

Expand Down
6 changes: 5 additions & 1 deletion files/de/web/css/css_compositing_and_blending/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ In diesem Beispiel hat jede Box einen Rahmen, zwei gestreifte Hintergrundbilder
div {
width: 200px;
height: 200px;
background-image: repeating-linear-gradient(45deg, red 0 15px, pink 15px 30px),
background-image: repeating-linear-gradient(
45deg,
red 0 15px,
pink 15px 30px
),
repeating-linear-gradient(-45deg, blue 0 15px, lightblue 15px 30px);
background-size: 150px 150px;
background-repeat: no-repeat;
Expand Down
4 changes: 2 additions & 2 deletions files/de/web/css/css_transforms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ Verwenden Sie die Schieberegler im folgenden Beispiel, um die Translations-, Rot
padding: 0;
margin-bottom: 4px;
accent-color: blue; /* or any color */
font-family: Inter, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-family: Inter, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu,
Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

#allTransformFieldset > legend {
Expand Down

0 comments on commit 0723c17

Please sign in to comment.