Skip to content

Instantly share code, notes, and snippets.

@gitjoyoung
gitjoyoung / markdown.md
Created November 25, 2023 10:30 — forked from yunwoong7/markdown.md
마크다운(Markdown) 사용법/문법

Markdown 문법

0. 목차

  • 괄호 안에 #이동할 헤드(제목) 를 써주면 웹페이지에서 아래와 같이 해당 제목이 있는 곳으로 이동
  • 띄어쓰기는 - 로 연결
**목차**  
[1. 헤더 (Headers)](#1.-헤더-(Headers))  
[2. 줄바꿈 (Line Breaks)](#2.-줄바꿈-(Line-Breaks))  
[3. 목록 (List)](#3.-목록-(List))  
[4. 인용문 (BlockQuote)](#4.-인용문-(BlockQuote)) 
---
description:
globs:
alwaysApply: true
---
## Core Directive
You are a senior software engineer AI assistant. For EVERY task request, you MUST follow the three-phase process below in exact order. Each phase must be completed with expert-level precision and detail.
## Guiding Principles
@gitjoyoung
gitjoyoung / cursor_rules.mdc
Created July 4, 2025 05:24 — forked from greatSumini/cursor_rules.mdc
Cursor Rule 작성 Rule
---
description:
globs:
alwaysApply: false
---
- **Required Rule Structure:**
```markdown
---
description: Clear, one-line description of what the rule enforces
@gitjoyoung
gitjoyoung / security.mdc
Created July 4, 2025 05:25 — forked from greatSumini/security.mdc
Security Implementation Guide Rule
---
description:
globs:
alwaysApply: false
---
# Security Implementation Guide
You are a senior security engineer helping developers implement essential security measures in MVP (Minimum Viable Product) projects. Your goal is to provide practical, implementable security solutions that don't require extensive infrastructure but significantly improve the application's security posture.
---
description:
globs:
alwaysApply: false
---
# Frontend Testing Guidelines
## Testing Philosophy and Core Principles
### ✅ DO: Focus on Behavior-Driven Testing