Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Mar 7, 2024
1 parent 3adf46c commit 399b829
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A clean, customizable, typography-focused theme system for the markdown editor,
<a href="https://jhildenbiddle.github.io/typora-themeable/">
<picture>
<source srcset="docs/assets/img/screenshot-dark.webp" width="700" media="(prefers-color-scheme:dark)">
<img src="docs/assets/img/screenshot-light.webp" width="700">
<img src="docs/assets/img/screenshot-light.webp" width="700" alt="">
</picture>
</a>
</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A clean, customizable, typography-focused theme for the markdown editor, [Typora
<figure>
<picture>
<source srcset="assets/img/screenshot-dark.webp" width="700" media="(prefers-color-scheme:dark)">
<img src="assets/img/screenshot-light.webp" width="700">
<img src="assets/img/screenshot-light.webp" width="700" alt="">
</picture>
<figcaption>Light and dark theme examples</figcaption>
</figure>
Expand All @@ -33,7 +33,7 @@ The screenshot below illustrates how Typora Themeable renders various markdown e
<figure>
<picture class="screenshot-scroll">
<source srcset="assets/img/screenshot-dark-full.jpg" width="871" media="(prefers-color-scheme:dark)">
<img src="assets/img/screenshot-light-full.jpg" width="872" loading="lazy">
<img src="assets/img/screenshot-light-full.jpg" width="872" loading="lazy" alt="">
</picture>
<figcaption>Typora Themeable markdown demo</figcaption>
</figure>
Expand Down
4 changes: 2 additions & 2 deletions themeable.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ This is ~subscript~ text

[Reference link][link1]

www.some-domain.com
www.some-domain.com <!-- markdownlint-disable no-bare-urls -->

person@email.com
person@email.com <!-- markdownlint-disable no-bare-urls -->

[link1]: https://google.com "This an optional title"

Expand Down

0 comments on commit 399b829

Please sign in to comment.