Skip to content

Latest commit

 

History

History
78 lines (56 loc) · 1.1 KB

playground.md

File metadata and controls

78 lines (56 loc) · 1.1 KB
title description published date tags editor dateCreated
Playground
编辑本站常用的格式
true
2023-04-11 12:25:41 UTC
playground
markdown
2020-11-30 15:13:25 UTC

Markdown

代码块

const p = new Promise((resolve, reject) => {
  setTimeout(() => {
    console.log('miao')
    resolve(1)
  }, 3000)
})

引用

首先,要有光。 —— 海德喵喵

列表

  • HiJack
    • coffee
    • music
  • Hydra
    • game
    • anime

表格

Tables Are Cool
col 1 is left-aligned $1600
col 2 is centered $12
col 3 is right-aligned $1

表情符号

:apple: will produce 🍎 :dog: will produce 🐶 :leaves: will produce 🍃

Tab 组

Tabset {.tabset}

Tab1

MiaoMiaoMiao

Tab2

BulaBulaBula

链接

提示区域

Please say I love you :) {.is-info}

This module is only available from version 2.4 and up. {.is-warning}

Oh no :( {.is-danger}