• Home
  • Blog
  • About

マークダウンによる投稿サンプル


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

NUMBER LIST

  1. No.1
  2. No.2
  3. No.3
  4. 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

THTH
TDTD
TDTD

TABLE (WITH ALIGN & TR)

header1header2header3
align leftalign rightalign center
abc
AAAAABBBBBCCCCC
000001111122222
ZXY

Gatsby

CUSTOM TAGS

inner Span Tag TEST-DIV

HEADING

header1

header2

header3

header4