Comet log

Markdown Examples

2022-03-01 at Guide category

h2 heading

h3 heading

h4 heading

h5 heading
h6 heading

Emphasis

This is bold text

This is italic text

this is delete

Blockquotes

Develop. Preview. Ship. – Vercel

nested

great power comes great responsibility

— at spider man

This is awesome.

— hyesungoh

Lists

Unordered

  • Lorem ipsum dolor.
    • foo
      • bar
  • sit amet consectetur adipisicing elit.
  • Iure, delectus.

Ordered

  1. Lorem ipsum dolor.
    1. lorem
      1. foo
  2. sit amet consectetur adipisicing elit.
  3. Iure, delectus.

Code

Inline code

import styled from '@emotion/styled';

export default function Foo({ bar }) {
  return (
    <div>
      <H1>Comet-land</H1>
    </div>
  );
}

const H1 = styled.h1`
  color: red;
`;

with line highlight

import styled from '@emotion/styled';

export default function Foo({ bar }) {
  return (
    <div>
      <H1>Comet-land</H1>
    </div>
  );
}

const H1 = styled.h1`
  color: red;
`;

with line number

import styled from '@emotion/styled';

export default function Foo({ bar }) {
  return (
    <div>
      <H1>Comet-land</H1>
    </div>
  );
}

const H1 = styled.h1`
  color: red;
`;

www.example.com, https://example.com, and contact@example.com.

Footnote

A note1

Table

Syntax Description Test Text
Header Title Here's this
Paragraph Text And more
Strikethrough Text

Tasklist

  • to do
  • done

Footnotes

  1. Big note.

[your name]

Personal blog by [your name].

I like to share my knowledge.