This is some basic, sample markdown.
Second Heading
<div style="display: flex; gap: 20px;"> <div style="flex: 1;"> <p>这是左边的文字内容</p> </div> <div style="flex: 1;"> <img src="http://placebear.com/200/200" alt="图片描述" style="width: 100%;"> </div> </div>- Unordered lists, and:
- One
- Two
- Three
- More
| 2️⃣ Kling 2.6 (Video Generation) |
|---|
Blockquote
And bold, italics, and even italics and later bold. Even strikethrough. A link to somewhere.
And code highlighting:
var foo = 'bar';
function baz(s) {
return foo + ':' + s;
}
Or inline code like var foo = 'bar';.
Or an image of bears
The end ...