Hello World

NekoChan posts on
modified on

3 min read

Markdown Syntax

Paragraphs

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.

Line Break

auto line break by remark-breaks

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

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

Syntax highlighting by Rehype Pretty Code

WARNING
Inline syntax highlighting is unstable in development mode.

Inline Code

This is an array [1, 2, 3] of numbers 1 through 3.

Code Block

Sample text here...
Terminal
pnpm build
Terminal
pnpm build
Counter.tsx
import { createSignal } from 'solid-js'
 
export default function Counter() {
  const [count, setCount] = createSignal(0)
 
  const add = () => setCount((i) => i + 1)
 
  return (
    <div class='flex gap-x-4'>
      <button type='button' onClick={add}>
        the count is {count()}
      </button>
    </div>
  )
}
Counter.tsx
import { createSignal } from 'solid-js'
 
export default function Counter() {
  const [count, setCount] = createSignal(0)
 
  const add = () => setCount((i) => i + 1)
 
  return (
    <div class='flex gap-x-4'>
      <button type='button' onClick={add}>
        the count is {count()}
      </button>
    </div>
  )
}

Horizontal Rules


YouTube

Google

Adding Titles

YouTube

Image

Image compress by @astrojs/image

Local image

a cat call Lulu

Remote image

a cat call Lulu

Escaping Characters

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

JSX Syntax

Import Components

Plugins

remark-gfm

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

Footnote

A note [1]

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

remark-smartypants

Straight quotes: “Isn’t this fun?”

Backticks-style quotes: Isn't this fun?

Dashes: “isn’t—this—fun?”

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

remark-M²DX - Auto-imports

Collapse

Callout

INFO
Information
SUCCESS
Success
WARNING
Warning
ERROR
Error
🎉
Custom header and emoji

This is awesome 🥳

Bookmark

NekoChan’s Blog

Hello World – NekoChan

Testing MDX and Plugins

GitHub

NekoChanTaiwan - Overview

NekoChanTaiwan has 28 repositories available. Follow their code on GitHub.

NekoChanTaiwan - Overview

GitHub

GitHub - NekoChanTaiwan/astro-blog: A Fast, Small & Powerful Blog Template For Developer.

A Fast, Small & Powerful Blog Template For Developer. - GitHub - NekoChanTaiwan/astro-blog: A Fast, Small & Powerful Blog Template For Developer.

GitHub - NekoChanTaiwan/astro-blog: A Fast, Small & Powerful Blog Template For Developer.

GitHub

leerob - Overview

VP of Developer Experience ▲ @vercel. leerob has 39 repositories available. Follow their code on GitHub.

leerob - Overview

Lee Robinson

Lee Robinson – Developer, writer, creator.

Front-end developer, JavaScript enthusiast, and course creator.

Lee Robinson – Developer, writer, creator.

Spoiler

Lorem ipsum dolorsit amet.

Step

1 Lorem

Lorem ipsum dolor sit amet.

2 Ipsum

Lorem ipsum dolor sit amet.

3 Dolor

Lorem ipsum dolor sit amet.

Twemoji

❤️

rehype-katex

Lift(LL) can be determined by Lift Coefficient (CLC_L) like the following
equation.

L=12ρv2SCLL = \frac{1}{2} \rho v^2 S C_L

rehype-twemoji

😀😃😄😁😆😅😂🤣🥲🥹☺️😊😇🙂🙃😉😌😍🥰😘😗😙😚😋😛😝😜🤪🤨🧐🤓😎🥸🤩🥳😏😒😞😔😟😕🙁☹️😣😖😫😩🥺😢😭😮‍💨😤😠😡🤬🤯😳🥵🥶😱😨😰😥😓🫣🤗🫡🤔🫢🤭🤫🤥😶😶‍🌫️😐😑😬🫠🙄😯😦😧😮😲🥱😴🤤😪😵😵‍💫🫥🤐🥴🤢🤮🤧😷🤒🤕🤑🤠😈👿👹👺🤡💩👻💀☠️👽👾🤖🎃😺😸😹😻😼😽🙀😿😾

Footnotes

  1. Big note.


  1. #MDX
  2. #Testing

Previous post

Pellentesque habitant

Next post

Lorem ipsum dolor sit amet