VRT
1992 / 04 / 29
目次
この記事は1年以上更新されていません
この記事は
Hatena Blog
からの移行記事です
Heading h2
Heading h3
Heading h4
Heading h5
Heading h6
Typography
This article is for VRT.
code, strong, italic
blockquote
Table
| foo | bar |
|---|---|
| 1 | 1 |
| 2 | 2 |
Two column
左側のコンテンツ
右側のコンテンツ
幅広のコンテンツ (2)
狭いコンテンツ (1)
OGP
hiroppy's site
Hiroppy is a JavaScript engineer and working on some OSS projects and Japanese communities.
hiroppy.me
Image

Code
const foo = "foo";Code Group Example
test
hiroppy's site
Hiroppy is a JavaScript engineer and working on some OSS projects and Japanese communities.
hiroppy.me
npm install astropnpm add astroyarn add astrojs
export function add() { return 1 + 1;}export function add() { return 1 + 1;}<div> <p>HTML code</p></div>body { background-color: #fff;}GitHub-Flavored Alerts
Note
Highlights information that users should take into account, even when skimming.
Tip
Optional information to help a user be more successful.
Important
Crucial information necessary for users to succeed.
Warning
Critical content demanding immediate user attention due to potential risks.
Caution
Negative potential consequences of an action.