Hello World

4 min read

Markdown Syntax

Paragraphs

Everyone has the right to an effective remedy by the competent national tribunals for acts violating the fundamental rights granted him by the constitution or by law.

法律之前人人平等,並有權享受法律個平等保護,勿受任何歧視。人人有權享受平等保護,以免受違反掰個宣言個任何歧視行為脫仔煽動掰排裡歧視個任何行為個害。

Line Break

Lorem ipsum dolor sit amet,
consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Id donec ultrices tincidunt arcu non sodales neque sodales.
Adipiscing diam donec adipiscing tristique risus nec feugiat in.

Emphasis

Bold

Love is bold

Italic

A cat meow

Bold and Italic

This is really very important text.

Blockquotes

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Lists

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa

Start numbering with offset:

  1. foo
  2. bar

Code

code

Inline Code

The result of [1, 2, 3].join('-') is '1-2-3'.

Code Block

Sample text here...
pnpm build
Counter.jsx
import { useState } from 'react' export default function Counter() { const [count, setCount] = useState(0) function incrementCount() { setCount((count) => count + 1) // 👈 更新狀態 } return ( <> <p>Counter: {count}</p> <button onClick={incrementCount}>+1</button> </> ) }

Twoslash

const const hi: "Hello"hi = 'Hello' const
const msg: "Hello World"
msg
= `${const hi: "Hello"hi} World` as type const = "Hello World"const

Horizontal Rule


Internal

Home

External

YouTube

Google

Adding Titles

YouTube

Image

Local image

a cat called LuLua cat called LuLu

Remote image

cat huhcat huh

Escaping Characters

* Without the backslash, this would be a bullet in an unordered list.

Plugins

GitHub Flavored Markdown

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

Strikethrough

one or two tildes.

Table

First HeaderSecond Header
Content Cell 1Content Cell 1
Content Cell 2Content Cell 2
Content Cell 3Content Cell 3
Content Cell 4Content Cell 4

Tasklist

  • to do
  • done

Math

Time complexity of bubble sort

T(n)=O(n2)T(n) = O(n^2)

SmartyPants

Straight quotes ( " and ' ) : “Isn’t this fun?”

Backticks-style quotes (``like this''): “like this”

Dashes (“--” and “---”): “isn’t—this—fun?”

Three consecutive dots (“...”): “isn’t…this…fun?”

Callouts

note
Some content here…
success
Some content here…
warning
Some content here…
error
Some content here…
Custom Title
Some content here…

Twemoji

Hello World 👋

Excalidraw

Excalidraw

Mermaid

Excalidraw

Bookmark

GitHub

nekochan0122 - Overview

Full-Stack Web Developer. nekochan0122 has 38 repositories available. Follow their code on GitHub.

Full-Stack Web Developer. nekochan0122 has 38 repositories available. Follow their code on GitHub.

GitHub

GitHub - nekochan0122/rehype-twemoji: A rehype plugin to convert emoji to twemoji.

A rehype plugin to convert emoji to twemoji. Contribute to nekochan0122/rehype-twemoji development by creating an account on GitHub.

A rehype plugin to convert emoji to twemoji. Contribute to nekochan0122/rehype-twemoji development by creating an account on GitHub.

Tweet

YouTube

without offset

YouTube

with offset

YouTube

Spotify

Artist

Spotify

Album

Spotify

Track

Spotify

Track Wide

Spotify