#dev-etc
블로그 테스트
Markdown/Giscus 테스트 페이지
마크다운 렌더링 테스트
Header1
Header 2
Header 3
Header 4
Text Formatting
- Bold text using double asterisks
- Italic text using single asterisks
Strikethroughusing double tildesInline 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
- First item
- Second item
- Third item
- Nested numbered item
- Another nested numbered item
- 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:
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:
Display math: