chore: Update example images in Markdown and HTML examples. (#664)

This commit is contained in:
Jason Lee 2025-02-26 15:26:22 +08:00 committed by GitHub
parent 98625edf01
commit 6a125b391e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 4 deletions

View file

@ -10,6 +10,12 @@
>, <strong>bold</strong>, <em>italic</em>, and
<code>code</code> text.
</p>
<p>
<img
src="https://is1-ssl.mzstatic.com/image/thumb/avICmr1PbBRB-PAeplGreA/1378x774.jpg"
height="400px"
/>
</p>
<div>
<p>This is second paragraph.</p>
</div>
@ -81,10 +87,17 @@
<section>
<h2>Images</h2>
<img
src="https://www.rust-lang.org/logos/rust-logo-blk.svg"
alt="Rust"
width="100"
height="100"
src="https://is1-ssl.mzstatic.com/image/thumb/5tQkYfzU9bSMUol0GajO4w/1378x774.jpg"
height="400px"
/>
<p>
(A Tesla Model X on display at the June 2024 Shanghai new energy
vehicle show. Image credit: CnEVPost)
</p>
<h3>SVG</h3>
<img
src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*-Y9ozbNWSViiCmal1TT32w.jpeg"
width="100%"
/>
Text before the image.
<img

View file

@ -7,6 +7,8 @@ This is first paragraph, there have **BOLD**, _italic_, and ~strikethrough~, `co
This is an additional demonstration paragraph in English demonstrating more content for [Markdown GFM](https://github.github.com/gfm/). It includes various stylistic elements and plain text.
![Img](https://miro.medium.com/v2/resize:fit:1400/format:webp/1*WgEz5f3n3lD7MfC7NeQGOA.jpeg)
---
这是一个中文演示段落,用于展示更多的 [Markdown GFM](https://github.github.com/gfm/) 内容。您可以在此尝试使用使用**粗体**、*斜体*和`代码`等样式。これは日本語のデモ段落です。Markdown の多言語サポートを示すためのテキストが含まれています。例えば、、**ボールド**、_イタリック_、および`コード`のスタイルなどを試すことができます。
@ -17,6 +19,10 @@ Here is a link to [Google](https://www.google.com), and another to [Rust](https:
### Images
![](https://miro.medium.com/v2/resize:fit:1400/format:webp/0*fCBw3AjH4o9SO03D)
#### SVG
![Rust](https://www.rust-lang.org/logos/rust-logo-blk.svg)
### HTML