マークダウンによる投稿サンプル
TEXT
HELLO WORLD!
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
STRONG
HELLO WORLD!
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
LIST
- 1
- 1-1
- 1-2
- 1-3
- 1-3-1
- 1-3-2
- 1-3-3
- 2
- 2-1
- 2-1-1
- 2-1-2
- 2-2
- 2-1
NUMBER LIST
- No.1
- No.2
- No.3
- No.4
QUOTE
HELLO WORLD!
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
DEL
HELLO WORLD!
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
CODE
TypeScript
import React, { HTMLAttributes } from 'react'
import { style } from './Style'
export const Card: React.FC<HTMLAttributes<HTMLDivElement>> = ({ ...props }) => {
return (
<div css={style} {...props}>
{props.children}
</div>
)
}
LINE
TABLE
| TH | TH |
|---|---|
| TD | TD |
| TD | TD |
TABLE (WITH ALIGN & TR)
| header1 | header2 | header3 |
|---|---|---|
| align left | align right | align center |
| a | b | c |
| AAAAA | BBBBB | CCCCC |
| 00000 | 11111 | 22222 |
| Z | X | Y |
LINK
CUSTOM TAGS
inner Span Tag TEST-DIV