chore: Update example images in Markdown and HTML examples. (#664)
This commit is contained in:
parent
98625edf01
commit
6a125b391e
2 changed files with 23 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
这是一个中文演示段落,用于展示更多的 [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
|
||||
|
||||

|
||||
|
||||
#### SVG
|
||||
|
||||

|
||||
|
||||
### HTML
|
||||
|
|
|
|||
Loading…
Reference in a new issue