Cave
#dev-etc

블로그 테스트

Markdown/Giscus 테스트 페이지

마크다운 렌더링 테스트

Header1

Header 2

Header 3

Header 4

Text Formatting

  • Bold text using double asterisks
  • Italic text using single asterisks
  • Strikethrough using double tildes
  • Inline code using backticks

Blockquotes

This is a blockquote example. Notice the minimal padding and the white border with emphasis on the left side.

Multiple paragraphs can be included in a blockquote by adding a > character on blank lines between them.

Lists

Unordered Lists

  • Item one
  • Item two
  • Item three
    • Nested item one
    • Nested item two
  • Item four

Ordered Lists

  1. First item
  2. Second item
  3. Third item
    1. Nested numbered item
    2. Another nested numbered item
  4. Fourth item

Code Blocks

Code blocks are styled with a dark background and syntax highlighting:

// Example JavaScript code
function greet(name) {
  return `Hello, ${name}!`;
}

const message = greet('Reader');
console.log(message);

Tables

Tables are styled with borders and alternating row colors:

Feature Description Status
Search Find posts by keywords Implemented
Categories Organize posts by topic Implemented
Tags Label posts with relevant tags Planned
Comments Allow readers to comment Planned
Dark Mode Toggle between light and dark themes Implemented

Links

Links are underlined and white, with a subtle hover effect.

Images

Images are responsive and can include captions:

Example image Caption: An example image with caption text

Horizontal Rules

Horizontal rules create visual separation between sections:


Mathematical Expressions

Mathematical expressions can be included using LaTeX syntax:

Inline math: E=mc2E = mc^2

Display math:

ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1} abx2dx=[x33]ab=b3a33\int_{a}^{b} x^2 \, dx = \left[ \frac{x^3}{3} \right]_{a}^{b} = \frac{b^3 - a^3}{3}

Comments