banner
「云华」CloudSino

网络一隅¦Net`Corner

愿我的祝福与你同在︕
github
bilibili
zhihu
steam
discord user
misskey
follow
email

Advanced Syntax Quick Reference


Recommended reading: xLog flavored Markdown
Those marked with + are special styles of this site


Collapsible Block#

Click me Just like this
Click me, but open by default Just like this
<details>
<summary>Click me</summary>
  Just like this
</details>

<details open>
<summary>Click me, but open by default</summary>
  Just like this
</details>

Pinyin#

hàn
<ruby>

<rt>hàn</rt>

<rt>zì</rt>
</ruby>

Centered Block#

Your clouds are splendid,

Twisting and turning.

The sun and moon shine brightly,

Day after day.

<div style="text-align: center;">

</div>

Comments#

<!--Will not be displayed-->

Line Break#

Line
break

Line<br>break

Horizontal Line#

Markdown:




HTML:


Markdown:

---

***

___

HTML:

<hr>

+ Key Style#

Ctrl+Alt+Del

<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd>

Task List#

  • 1st
  • 2nd
- [ ] 1st
- [x] 2nd

Font Color#

Miku

<span style="color:#39c5bb">Miku</span>

Background Color#

Tianyi

<span style="background-color:#66ccff;">Tianyi</span>

Vertical Text#

The long wind and waves will have their time
Directly hanging the clouds sails to cross the sea

<span style="writing-mode: vertical-rl;">The long wind and waves will have their time<br>Directly hanging the clouds sails to cross the sea</span>

Escape Characters & Disable Automatic URL and AT Recognition#

https://cloud.sd.cn
@sino
https://www.bilibili.com/video/BV1qH4y1X7KZ/

`https://cloud.sd.cn`
`@sino`
`https://www.bilibili.com/video/BV1qH4y1X7KZ/`

**Hello**
**Hello**

\*\*Hello\*\*
`**Hello**`

Embed Page#

<iframe src="https://xlog.app" seamless width="100%" height="auto" ></iframe>

A Simple Two-Column Layout#

You stand on the bridge looking at the scenery,
While the people in the building look at you.
The bright moon decorates your window,
You decorate others' dreams.
--

image
<div style="float:left; width: 40%; padding: 0 4%">

You stand on the bridge looking at the scenery,<br>While the people in the building look at you.<br>The bright moon decorates your window,<br>You decorate others' dreams. <br>--<Excerpt>

</div>
<div style="float:left; width: 40%; padding: 0 4%">

<img src="https://ipfs.crossbell.io/ipfs/Qme355FvYXeLaDxNKWisf3WiwbjDvJo1e7GJKiYFiQKER7?img-quality=75&img-format=auto&img-onerror=redirect&img-width=384">

</div>
<div style="clear:both;"></div>

+ Black Screen#

Strange

<span class="heimu" title="You know too much">Strange</span>

Footnotes#

Thus it can be seen1

Thus it can be seen[^1]

[^1]: Obvious

Footnotes#

  1. Obvious

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.